Html Css Color HEX #ACAA21 Earls Green

📋 copy color: '#ACAA21'

red 172 ◦ green 170 ◦ blue 33

#ACAA21
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #ACAA21

Tints of Earls Green #ACAA21

RGB

 RED value IS 172 (67.58% from 255) = 45.87%

 GREEN value IS 170 (66.8% from 255) = 45.33%

 BLUE value IS 33 (13.28% from 255) = 8.8%

R = 45.87%
G = 45.33%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ACAA21 (or 0xACAA21) is known color: Earls Green. HEX triplet: AC, AA and 21. RGB value is (172,170,33). Sum of RGB (Red+Green+Blue) = 172+170+33=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 33 (13.28% from 255 or 8.8% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAA21 is #5355DE. Grayscale: #9B9B9B. Windows color (decimal): -5461471 or 2206380. OLE color: 2206380.

HSL color Cylindrical-coordinate representation of color #ACAA21: hue angle of 59.14º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ACAA21 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 170 33 -
CMYK 0 0.01 0.81 0.33
HSL 59.14º 0.68% 0.4% -
HSV(B) 59.14º 0.81% 0.67% -
XYZ 31.66 37.63 7.03 -
YUV 154.98 59.16 140.14 -
System Red Green Blue C M Y K H S L
Decimal 172 170 33 0 0.01 0.81 0.33 59.14 0.68 0.4
Hex AC AA 21 0 1 51 21 3B 44 28
Octal 254 252 41 0 1 121 41 73 104 50
Binary 10101100 10101010 100001 0 1 1010001 100001 111011 1000100 101000

Color Harmonies of #ACAA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA21

Black with #ACAA21

Text Example


Text Example

White with #ACAA21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA21; }

 p { color: rgb(172,170,33); }

 H1.HeaderClassName
 {
   color: #ACAA21;
 }
 .AnyTagClassName
 {
   color: #ACAA21;
 }
</style>

background-color css

<style>
 a { background-color: #ACAA21; }

 a { background-color: rgb(172,170,33); }

 div.DivClassName
 {
   background-color: #ACAA21;
 }
 .BgClassName
 {
   background-color: #ACAA21;
 }
</style>

border-color css

<style>
 span { border-color: #ACAA21; }

 span { border-color: rgb(172,170,33); }

 td.TdClassName
 {
   border-color: #ACAA21;
 }
 .TagClassName
 {
   border-color: #ACAA21;
 }
</style>