#A9AF2D

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

Shades of Earls Green #A9AF2D

Tints of Earls Green #A9AF2D

Color information

#A9AF2D (or 0xA9AF2D) is unknown color: approx Earls Green. HEX triplet: A9, AF and 2D. RGB value is (169,175,45). Sum of RGB (Red+Green+Blue) = 169+175+45=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AF2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9AF2D is #5650D2. Grayscale: #9E9E9E. Windows color (decimal): -5656787 or 2994089. OLE color: 2994089.

HSL color Cylindrical-coordinate representation of color #A9AF2D: hue angle of 62.77º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A9AF2D is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB16917545-
CMYK0.0300.740.31
HSL62.77º59.09%43.14%-
HSV(B)62.77º74.29%68.63%-
XYZ32.1739.288.37-
YUV158.3964.01135.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.44%
GREEN value IS 175 (68.75% from 255) = 44.99%
BLUE value IS 45 (17.97% from 255) = 11.57%
R=43.44%
G=44.99%
B=11.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169175450.0300.740.3162.7759.0943.14
HexA9AF2D304A1F3f3b2b
Octal251257553011237777353
Binary1010100110101111101101110100101011111111111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AF2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AF2D; }

 p { color: rgb(169,175,45); }

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

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

 a { background-color: rgb(169,175,45); }

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

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

 span { border-color: rgb(169,175,45); }

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