Shades of Earls Green #A8AA1F
Tints of Earls Green #A8AA1F
RGB
CMYK
RGB Variations
Color information
#A8AA1F (or 0xA8AA1F) is known color: Earls Green. HEX triplet: A8, AA and 1F. RGB value is (168,170,31). Sum of RGB (Red+Green+Blue) = 168+170+31=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 31 (12.5% from 255 or 8.40% from 369); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AA1F is #5755E0. Grayscale: #9A9A9A. Windows color (decimal): -5723617 or 2075304. OLE color: 2075304.
HSL color Cylindrical-coordinate representation of color #A8AA1F: hue angle of 60.86º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8AA1F is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 31 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.33 |
| HSL | 60.86º | 0.69% | 0.39% | - |
| HSV(B) | 60.86º | 0.82% | 0.67% | - |
| XYZ | 30.77 | 37.17 | 6.85 | - |
| YUV | 153.56 | 58.84 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 31 | 0.01 | 0 | 0.82 | 0.33 | 60.86 | 0.69 | 0.39 |
| Hex | A8 | AA | 1F | 1 | 0 | 52 | 21 | 3D | 45 | 27 |
| Octal | 250 | 252 | 37 | 1 | 0 | 122 | 41 | 75 | 105 | 47 |
| Binary | 10101000 | 10101010 | 11111 | 1 | 0 | 1010010 | 100001 | 111101 | 1000101 | 100111 |
Color Harmonies of #A8AA1F
Complementary color
Monochromatic Colors of #A8AA1F
Black with #A8AA1F
Text Example
Text Example
White with #A8AA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA1F; }
p { color: rgb(168,170,31); }
H1.HeaderClassName
{
color: #A8AA1F;
}
.AnyTagClassName
{
color: #A8AA1F;
}
</style>
background-color css
<style>
a { background-color: #A8AA1F; }
a { background-color: rgb(168,170,31); }
div.DivClassName
{
background-color: #A8AA1F;
}
.BgClassName
{
background-color: #A8AA1F;
}
</style>
border-color css
<style>
span { border-color: #A8AA1F; }
span { border-color: rgb(168,170,31); }
td.TdClassName
{
border-color: #A8AA1F;
}
.TagClassName
{
border-color: #A8AA1F;
}
</style>