Shades of Earls Green #A8AA30
Tints of Earls Green #A8AA30
RGB
CMYK
RGB Variations
Color information
#A8AA30 (or 0xA8AA30) is known color: Earls Green. HEX triplet: A8, AA and 30. RGB value is (168,170,48). Sum of RGB (Red+Green+Blue) = 168+170+48=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AA30 is #5755CF. Grayscale: #9B9B9B. Windows color (decimal): -5723600 or 3189416. OLE color: 3189416.
HSL color Cylindrical-coordinate representation of color #A8AA30: hue angle of 60.98º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8AA30 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 48 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.33 |
| HSL | 60.98º | 0.56% | 0.43% | - |
| HSV(B) | 60.98º | 0.72% | 0.67% | - |
| XYZ | 31.06 | 37.29 | 8.36 | - |
| YUV | 155.49 | 67.34 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 48 | 0.01 | 0 | 0.72 | 0.33 | 60.98 | 0.56 | 0.43 |
| Hex | A8 | AA | 30 | 1 | 0 | 48 | 21 | 3D | 38 | 2B |
| Octal | 250 | 252 | 60 | 1 | 0 | 110 | 41 | 75 | 70 | 53 |
| Binary | 10101000 | 10101010 | 110000 | 1 | 0 | 1001000 | 100001 | 111101 | 111000 | 101011 |
Color Harmonies of #A8AA30
Complementary color
Monochromatic Colors of #A8AA30
Black with #A8AA30
Text Example
Text Example
White with #A8AA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA30; }
p { color: rgb(168,170,48); }
H1.HeaderClassName
{
color: #A8AA30;
}
.AnyTagClassName
{
color: #A8AA30;
}
</style>
background-color css
<style>
a { background-color: #A8AA30; }
a { background-color: rgb(168,170,48); }
div.DivClassName
{
background-color: #A8AA30;
}
.BgClassName
{
background-color: #A8AA30;
}
</style>
border-color css
<style>
span { border-color: #A8AA30; }
span { border-color: rgb(168,170,48); }
td.TdClassName
{
border-color: #A8AA30;
}
.TagClassName
{
border-color: #A8AA30;
}
</style>