COLOR #A5CF33

HEX: #A5CF33
RGB: (165,207,51)

Color info

#A5CF33 contains mainly red and green colors. Web safe color of #A5CF33 is #99CC33 (or #9C3).

RGB color model

#A5CF33 color RGB value is (165,207,51).

  • red value is 165;
  • green value is 207;
  • blue value is 51.
RGB:
(165,207,51)
(65%,81%,20%)

RGB channels and saturation

R 165 of 255 = 65%
G 207 of 255 = 81%
B 51 of 255 = 20%

165
207
51

R + G + B ~ 55%. #A5CF33 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
165 + 207 + 51 = 423 (100%)
R 165 of 423 ~ 39.01%
G 207 of 423 ~ 48.94%
B 51 of 423 ~ 12.06%

%39.01
%48.94
%12.06

CMYK color model

#A5CF33 color CMYK value is (20,0,75,19).

  • cyan value is 20.29%
  • magenta value is 0.00%
  • yellow value is 75.36%
  • key color value is 18.82%
CMYK:
(20,0,75,19)
C20M0Y75K19 
(20%,0%,75%,19%)
(0.20/0.00/0.75/0.19)	

CMYK percentages

%20.29
%0
%75.36
%18.82

Codes

Color #A5CF33 in popluar color models

A5CF33
RGB16520751
HSL76°61.90%50.59%
HSB/HSV76°75.36%81.18%
CMYK20.29%0.00%75.36%
18.82%

Color #A5CF33 in popluar number systems.

HEXA5CF33
Decimal16520751
Binary1010010111001111110011
Octal24531763

Shades and tints

Shades of #A5CF33

#A5CF33
(165,207,51)
#96BD2F
(150,189,47)
#87AB2B
(135,171,43)
#789927
(120,153,39)
#698723
(105,135,35)
#5A751F
(90,117,31)
#4B631B
(75,99,27)
#3C5117
(60,81,23)
#2D3F13
(45,63,19)
#1E2D0F
(30,45,15)
#0F1B0B
(15,27,11)
#000000
(0,0,0)

Tints of #A5CF33

#A5CF33
(165,207,51)
#ADD345
(173,211,69)
#B5D757
(181,215,87)
#BDDB69
(189,219,105)
#C5DF7B
(197,223,123)
#CDE38D
(205,227,141)
#D5E79F
(213,231,159)
#DDEBB1
(221,235,177)
#E5EFC3
(229,239,195)
#EDF3D5
(237,243,213)
#F5F7E7
(245,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5CF33 color. Also use rgb(165,207,51) instead hex code.

Text Font Color

.myTextColor { color: #A5CF33; }

<p style="color:#A5CF33">This sample text font color is #A5CF33.</p>

This text font color is #A5CF33.


Background Color

.myBgColor { background-color: #A5CF33; }

<div style="background-color:#A5CF33">Inner text</div>

This div background color is #A5CF33.


Border color

.myBorderColor { border: 1px solid #A5CF33; }

<div style="border:3px solid #A5CF33">Div</div>

This div border color is #A5CF33.


Opacity

.myOpacity80 { color: #A5CF33; opacity: 0.8; }

<p style="color:#A5CF33;opacity:0.8;">80%</p>

Text with #A5CF33 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A5CF33;}

<p style="text-shadow: 3px 3px 1px #A5CF33">Text here.</p>

This text has shadow with #A5CF33 color.

.textShadow {text-shadow: 3px 3px 1px #A5CF33, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A5CF33, 5px 5px 20px red">Text here.</p>

This text has shadow with #A5CF33 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5CF33, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A5CF33, Direction=45, Strength=4)">Text</p>

This text has shadow with #A5CF33 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A5CF33;
  -webkit-box-shadow:	1px 1px 3px 2px #A5CF33;
  box-shadow:		1px 1px 3px 2px #A5CF33;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5CF33;
-webkit-box-shadow: 1px 1px 3px 2px #A5CF33;
box-shadow:1px 1px 3px 2px #A5CF33;">
Div content here</div>
This div box has shadow with color #A5CF33.

Preview

Color preview on black background

This text has color #A5CF33 on black background.


Color preview on white background

This text has color #A5CF33 on white background.



Black color preview on #A5CF33 background

This text has black color on #A5CF33 background.


White color preview on #A5CF33 background

This text has white color on #A5CF33 background.