Html Css Color HEX #AAAC2F Earls Green

📋 copy color: '#AAAC2F'

red 170 ◦ green 172 ◦ blue 47

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

Shades of Earls Green #AAAC2F

Tints of Earls Green #AAAC2F

RGB

 RED value IS 170 (66.8% from 255) = 43.7%

 GREEN value IS 172 (67.58% from 255) = 44.22%

 BLUE value IS 47 (18.75% from 255) = 12.08%

R = 43.7%
G = 44.22%
B = 12.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AAAC2F (or 0xAAAC2F) is known color: Earls Green. HEX triplet: AA, AC and 2F. RGB value is (170,172,47). Sum of RGB (Red+Green+Blue) = 170+172+47=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 47 (18.75% from 255 or 12.08% from 389); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAC2F is #5553D0. Grayscale: #9D9D9D. Windows color (decimal): -5592017 or 3124394. OLE color: 3124394.

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

Color convert

RGB 170 172 47 -
CMYK 0.01 0 0.73 0.33
HSL 60.96º 0.57% 0.43% -
HSV(B) 60.96º 0.73% 0.67% -
XYZ 31.84 38.26 8.4 -
YUV 157.15 65.84 137.16 -
System Red Green Blue C M Y K H S L
Decimal 170 172 47 0.01 0 0.73 0.33 60.96 0.57 0.43
Hex AA AC 2F 1 0 49 21 3D 39 2B
Octal 252 254 57 1 0 111 41 75 71 53
Binary 10101010 10101100 101111 1 0 1001001 100001 111101 111001 101011

Color Harmonies of #AAAC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAC2F

Black with #AAAC2F

Text Example


Text Example

White with #AAAC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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