#AAAC27

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

Shades of Earls Green #AAAC27

Tints of Earls Green #AAAC27

Color information

#AAAC27 (or 0xAAAC27) is unknown color: approx Earls Green. HEX triplet: AA, AC and 27. RGB value is (170,172,39). Sum of RGB (Red+Green+Blue) = 170+172+39=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 39 (15.62% from 255 or 10.24% from 381); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAC27 is #5553D8. Grayscale: #9C9C9C. Windows color (decimal): -5592025 or 2600106. OLE color: 2600106.

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

Color convert

RGB17017239-
CMYK0.0100.770.33
HSL60.9º63.03%41.37%-
HSV(B)60.9º77.33%67.45%-
XYZ31.738.27.62-
YUV156.2461.84137.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.62%
GREEN value IS 172 (67.58% from 255) = 45.14%
BLUE value IS 39 (15.62% from 255) = 10.24%
R=44.62%
G=45.14%
B=10.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170172390.0100.770.3360.963.0341.37
HexAAAC27104D213d3f29
Octal252254471011541757751
Binary1010101010101100100111101001101100001111101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAC27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAC27; }

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

 H1.HeaderClassName
 {
   color: #AAAC27;
 }
 .AnyTagClassName
 {
   color: #AAAC27;
 }
</style>
background-color css

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

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

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

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

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

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