Html Css Color HEX #ACAA1E Earls Green

📋 copy color: '#ACAA1E'

red 172 ◦ green 170 ◦ blue 30

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

Shades of Earls Green #ACAA1E

Tints of Earls Green #ACAA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.06%

R = 46.24%
G = 45.7%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#ACAA1E (or 0xACAA1E) is known color: Earls Green. HEX triplet: AC, AA and 1E. RGB value is (172,170,30). Sum of RGB (Red+Green+Blue) = 172+170+30=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 30 (12.11% from 255 or 8.06% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACAA1E is #5355E1. Grayscale: #9B9B9B. Windows color (decimal): -5461474 or 2009772. OLE color: 2009772.

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

Color convert

RGB 172 170 30 -
CMYK 0 0.01 0.83 0.33
HSL 59.15º 0.7% 0.4% -
HSV(B) 59.15º 0.83% 0.67% -
XYZ 31.62 37.61 6.82 -
YUV 154.64 57.66 140.38 -
System Red Green Blue C M Y K H S L
Decimal 172 170 30 0 0.01 0.83 0.33 59.15 0.7 0.4
Hex AC AA 1E 0 1 53 21 3B 46 28
Octal 254 252 36 0 1 123 41 73 106 50
Binary 10101100 10101010 11110 0 1 1010011 100001 111011 1000110 101000

Color Harmonies of #ACAA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA1E

Black with #ACAA1E

Text Example


Text Example

White with #ACAA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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