#AAAC2F

Color #AAAC2F Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #AAAC2F

Tints of Earls Green #AAAC2F

Color information

#AAAC2F (or 0xAAAC2F) is unknown color: approx 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

RGB17017247-
CMYK0.0100.730.33
HSL60.96º57.08%42.94%-
HSV(B)60.96º72.67%67.45%-
XYZ31.8438.268.4-
YUV157.1565.84137.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.70%
GREEN value IS 172 (67.58% from 255) = 44.22%
BLUE value IS 47 (18.75% from 255) = 12.08%
R=43.70%
G=44.22%
B=12.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170172470.0100.730.3360.9657.0842.94
HexAAAC2F1049213d392b
Octal252254571011141757153
Binary1010101010101100101111101001001100001111101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAC2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>