Html Css Color HEX #ACAA29 Earls Green

📋 copy color: '#ACAA29'

red 172 ◦ green 170 ◦ blue 41

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

Shades of Earls Green #ACAA29

Tints of Earls Green #ACAA29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.7%

R = 44.91%
G = 44.39%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#ACAA29 (or 0xACAA29) is known color: Earls Green. HEX triplet: AC, AA and 29. RGB value is (172,170,41). Sum of RGB (Red+Green+Blue) = 172+170+41=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 41 (16.41% from 255 or 10.70% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAA29 is #5355D6. Grayscale: #9C9C9C. Windows color (decimal): -5461463 or 2730668. OLE color: 2730668.

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

Color convert

RGB 172 170 41 -
CMYK 0 0.01 0.76 0.33
HSL 59.08º 0.62% 0.42% -
HSV(B) 59.08º 0.76% 0.67% -
XYZ 31.79 37.68 7.7 -
YUV 155.89 63.16 139.49 -
System Red Green Blue C M Y K H S L
Decimal 172 170 41 0 0.01 0.76 0.33 59.08 0.62 0.42
Hex AC AA 29 0 1 4C 21 3B 3E 2A
Octal 254 252 51 0 1 114 41 73 76 52
Binary 10101100 10101010 101001 0 1 1001100 100001 111011 111110 101010

Color Harmonies of #ACAA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA29

Black with #ACAA29

Text Example


Text Example

White with #ACAA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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