Shades of Earls Green #A9AF30
Tints of Earls Green #A9AF30
RGB
CMYK
RGB Variations
Color information
#A9AF30 (or 0xA9AF30) is known color: Earls Green. HEX triplet: A9, AF and 30. RGB value is (169,175,48). Sum of RGB (Red+Green+Blue) = 169+175+48=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 48 (19.14% from 255 or 12.24% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AF30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9AF30 is #5650CF. Grayscale: #9F9F9F. Windows color (decimal): -5656784 or 3190697. OLE color: 3190697.
HSL color Cylindrical-coordinate representation of color #A9AF30: hue angle of 62.83º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A9AF30 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 175 | 48 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.31 |
| HSL | 62.83º | 0.57% | 0.44% | - |
| HSV(B) | 62.83º | 0.73% | 0.69% | - |
| XYZ | 32.23 | 39.31 | 8.69 | - |
| YUV | 158.73 | 65.51 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 175 | 48 | 0.03 | 0 | 0.73 | 0.31 | 62.83 | 0.57 | 0.44 |
| Hex | A9 | AF | 30 | 3 | 0 | 49 | 1F | 3F | 39 | 2C |
| Octal | 251 | 257 | 60 | 3 | 0 | 111 | 37 | 77 | 71 | 54 |
| Binary | 10101001 | 10101111 | 110000 | 11 | 0 | 1001001 | 11111 | 111111 | 111001 | 101100 |
Color Harmonies of #A9AF30
Complementary color
Monochromatic Colors of #A9AF30
Black with #A9AF30
Text Example
Text Example
White with #A9AF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AF30; }
p { color: rgb(169,175,48); }
H1.HeaderClassName
{
color: #A9AF30;
}
.AnyTagClassName
{
color: #A9AF30;
}
</style>
background-color css
<style>
a { background-color: #A9AF30; }
a { background-color: rgb(169,175,48); }
div.DivClassName
{
background-color: #A9AF30;
}
.BgClassName
{
background-color: #A9AF30;
}
</style>
border-color css
<style>
span { border-color: #A9AF30; }
span { border-color: rgb(169,175,48); }
td.TdClassName
{
border-color: #A9AF30;
}
.TagClassName
{
border-color: #A9AF30;
}
</style>