Shades of Earls Green #A8A930
Tints of Earls Green #A8A930
RGB
CMYK
RGB Variations
Color information
#A8A930 (or 0xA8A930) is known color: Earls Green. HEX triplet: A8, A9 and 30. RGB value is (168,169,48). Sum of RGB (Red+Green+Blue) = 168+169+48=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 169 (66.41% from 255 or 43.90% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A930 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A930 is #5756CF. Grayscale: #9B9B9B. Windows color (decimal): -5723856 or 3189160. OLE color: 3189160.
HSL color Cylindrical-coordinate representation of color #A8A930: hue angle of 60.5º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8A930 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 169 | 48 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.34 |
| HSL | 60.5º | 0.56% | 0.43% | - |
| HSV(B) | 60.5º | 0.72% | 0.66% | - |
| XYZ | 30.87 | 36.91 | 8.29 | - |
| YUV | 154.91 | 67.67 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 169 | 48 | 0.01 | 0 | 0.72 | 0.34 | 60.5 | 0.56 | 0.43 |
| Hex | A8 | A9 | 30 | 1 | 0 | 48 | 22 | 3C | 38 | 2B |
| Octal | 250 | 251 | 60 | 1 | 0 | 110 | 42 | 74 | 70 | 53 |
| Binary | 10101000 | 10101001 | 110000 | 1 | 0 | 1001000 | 100010 | 111100 | 111000 | 101011 |
Color Harmonies of #A8A930
Complementary color
Monochromatic Colors of #A8A930
Black with #A8A930
Text Example
Text Example
White with #A8A930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A930; }
p { color: rgb(168,169,48); }
H1.HeaderClassName
{
color: #A8A930;
}
.AnyTagClassName
{
color: #A8A930;
}
</style>
background-color css
<style>
a { background-color: #A8A930; }
a { background-color: rgb(168,169,48); }
div.DivClassName
{
background-color: #A8A930;
}
.BgClassName
{
background-color: #A8A930;
}
</style>
border-color css
<style>
span { border-color: #A8A930; }
span { border-color: rgb(168,169,48); }
td.TdClassName
{
border-color: #A8A930;
}
.TagClassName
{
border-color: #A8A930;
}
</style>