#A9AE28

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

Shades of Earls Green #A9AE28

Tints of Earls Green #A9AE28

Color information

#A9AE28 (or 0xA9AE28) is unknown color: approx Earls Green. HEX triplet: A9, AE and 28. RGB value is (169,174,40). Sum of RGB (Red+Green+Blue) = 169+174+40=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 40 (16.02% from 255 or 10.44% from 383); Max value from RGB is 174 - color contains mainly: green. Hex color #A9AE28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9AE28 is #5651D7. Grayscale: #9D9D9D. Windows color (decimal): -5657048 or 2666153. OLE color: 2666153.

HSL color Cylindrical-coordinate representation of color #A9AE28: hue angle of 62.24º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A9AE28 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB16917440-
CMYK0.0300.770.32
HSL62.24º62.62%41.96%-
HSV(B)62.24º77.01%68.24%-
XYZ31.8838.867.83-
YUV157.2361.84136.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.13%
GREEN value IS 174 (68.36% from 255) = 45.43%
BLUE value IS 40 (16.02% from 255) = 10.44%
R=44.13%
G=45.43%
B=10.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169174400.0300.770.3262.2462.6241.96
HexA9AE28304D203e3f2a
Octal251256503011540767752
Binary10101001101011101010001101001101100000111110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AE28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AE28; }

 p { color: rgb(169,174,40); }

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

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

 a { background-color: rgb(169,174,40); }

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

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

 span { border-color: rgb(169,174,40); }

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