Shades of Earls Green #AAAA23
Tints of Earls Green #AAAA23
RGB
CMYK
RGB Variations
Color information
#AAAA23 (or 0xAAAA23) is known color: Earls Green. HEX triplet: AA, AA and 23. RGB value is (170,170,35). Sum of RGB (Red+Green+Blue) = 170+170+35=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 35 (14.06% from 255 or 9.33% from 375); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAA23 is #5555DC. Grayscale: #9B9B9B. Windows color (decimal): -5592541 or 2337450. OLE color: 2337450.
HSL color Cylindrical-coordinate representation of color #AAAA23: hue angle of 60º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAAA23 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 35 | - |
| CMYK | 0 | 0 | 0.79 | 0.33 |
| HSL | 60º | 0.66% | 0.4% | - |
| HSV(B) | 60º | 0.79% | 0.67% | - |
| XYZ | 31.26 | 37.42 | 7.16 | - |
| YUV | 154.61 | 60.5 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 35 | 0 | 0 | 0.79 | 0.33 | 60 | 0.66 | 0.4 |
| Hex | AA | AA | 23 | 0 | 0 | 4F | 21 | 3C | 42 | 28 |
| Octal | 252 | 252 | 43 | 0 | 0 | 117 | 41 | 74 | 102 | 50 |
| Binary | 10101010 | 10101010 | 100011 | 0 | 0 | 1001111 | 100001 | 111100 | 1000010 | 101000 |
Color Harmonies of #AAAA23
Complementary color
Monochromatic Colors of #AAAA23
Black with #AAAA23
Text Example
Text Example
White with #AAAA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA23; }
p { color: rgb(170,170,35); }
H1.HeaderClassName
{
color: #AAAA23;
}
.AnyTagClassName
{
color: #AAAA23;
}
</style>
background-color css
<style>
a { background-color: #AAAA23; }
a { background-color: rgb(170,170,35); }
div.DivClassName
{
background-color: #AAAA23;
}
.BgClassName
{
background-color: #AAAA23;
}
</style>
border-color css
<style>
span { border-color: #AAAA23; }
span { border-color: rgb(170,170,35); }
td.TdClassName
{
border-color: #AAAA23;
}
.TagClassName
{
border-color: #AAAA23;
}
</style>