#A9AD1F

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

Shades of Earls Green #A9AD1F

Tints of Earls Green #A9AD1F

Color information

#A9AD1F (or 0xA9AD1F) is unknown color: approx Earls Green. HEX triplet: A9, AD and 1F. RGB value is (169,173,31). Sum of RGB (Red+Green+Blue) = 169+173+31=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 173 (67.97% from 255 or 46.38% from 373); Blue value is 31 (12.5% from 255 or 8.31% from 373); Max value from RGB is 173 - color contains mainly: green. Hex color #A9AD1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9AD1F is #5652E0. Grayscale: #9C9C9C. Windows color (decimal): -5657313 or 2076073. OLE color: 2076073.

HSL color Cylindrical-coordinate representation of color #A9AD1F: hue angle of 61.69º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A9AD1F is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB16917331-
CMYK0.0200.820.32
HSL61.69º69.61%40%-
HSV(B)61.69º82.08%67.84%-
XYZ31.5538.427.05-
YUV155.6257.67137.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.31%
GREEN value IS 173 (67.97% from 255) = 46.38%
BLUE value IS 31 (12.5% from 255) = 8.31%
R=45.31%
G=46.38%
B=8.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169173310.0200.820.3261.6969.6140
HexA9AD1F2052203e4628
Octal2512553720122407610650
Binary10101001101011011111110010100101000001111101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AD1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AD1F; }

 p { color: rgb(169,173,31); }

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

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

 a { background-color: rgb(169,173,31); }

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

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

 span { border-color: rgb(169,173,31); }

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