Shades of Earls Green #AAB030
Tints of Earls Green #AAB030
RGB
CMYK
RGB Variations
Color information
#AAB030 (or 0xAAB030) is known color: Earls Green. HEX triplet: AA, B0 and 30. RGB value is (170,176,48). Sum of RGB (Red+Green+Blue) = 170+176+48=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 176 (69.14% from 255 or 44.67% from 394); Blue value is 48 (19.14% from 255 or 12.18% from 394); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB030 is #554FCF. Grayscale: #A0A0A0. Windows color (decimal): -5590992 or 3190954. OLE color: 3190954.
HSL color Cylindrical-coordinate representation of color #AAB030: hue angle of 62.81º 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 #AAB030 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 48 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.31 |
| HSL | 62.81º | 0.57% | 0.44% | - |
| HSV(B) | 62.81º | 0.73% | 0.69% | - |
| XYZ | 32.64 | 39.81 | 8.76 | - |
| YUV | 159.61 | 65.01 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 48 | 0.03 | 0 | 0.73 | 0.31 | 62.81 | 0.57 | 0.44 |
| Hex | AA | B0 | 30 | 3 | 0 | 49 | 1F | 3F | 39 | 2C |
| Octal | 252 | 260 | 60 | 3 | 0 | 111 | 37 | 77 | 71 | 54 |
| Binary | 10101010 | 10110000 | 110000 | 11 | 0 | 1001001 | 11111 | 111111 | 111001 | 101100 |
Color Harmonies of #AAB030
Complementary color
Monochromatic Colors of #AAB030
Black with #AAB030
Text Example
Text Example
White with #AAB030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB030; }
p { color: rgb(170,176,48); }
H1.HeaderClassName
{
color: #AAB030;
}
.AnyTagClassName
{
color: #AAB030;
}
</style>
background-color css
<style>
a { background-color: #AAB030; }
a { background-color: rgb(170,176,48); }
div.DivClassName
{
background-color: #AAB030;
}
.BgClassName
{
background-color: #AAB030;
}
</style>
border-color css
<style>
span { border-color: #AAB030; }
span { border-color: rgb(170,176,48); }
td.TdClassName
{
border-color: #AAB030;
}
.TagClassName
{
border-color: #AAB030;
}
</style>