Shades of Earls Green #AFAB1E
Tints of Earls Green #AFAB1E
RGB
CMYK
RGB Variations
Color information
#AFAB1E (or 0xAFAB1E) is known color: Earls Green. HEX triplet: AF, AB and 1E. RGB value is (175,171,30). Sum of RGB (Red+Green+Blue) = 175+171+30=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 30 (12.11% from 255 or 7.98% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAB1E is #5054E1. Grayscale: #9C9C9C. Windows color (decimal): -5264610 or 2010031. OLE color: 2010031.
HSL color Cylindrical-coordinate representation of color #AFAB1E: hue angle of 58.34º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFAB1E is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 171 | 30 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.31 |
| HSL | 58.34º | 0.71% | 0.4% | - |
| HSV(B) | 58.34º | 0.83% | 0.69% | - |
| XYZ | 32.48 | 38.33 | 6.92 | - |
| YUV | 156.12 | 56.83 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 171 | 30 | 0 | 0.02 | 0.83 | 0.31 | 58.34 | 0.71 | 0.4 |
| Hex | AF | AB | 1E | 0 | 2 | 53 | 1F | 3A | 47 | 28 |
| Octal | 257 | 253 | 36 | 0 | 2 | 123 | 37 | 72 | 107 | 50 |
| Binary | 10101111 | 10101011 | 11110 | 0 | 10 | 1010011 | 11111 | 111010 | 1000111 | 101000 |
Color Harmonies of #AFAB1E
Complementary color
Monochromatic Colors of #AFAB1E
Black with #AFAB1E
Text Example
Text Example
White with #AFAB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAB1E; }
p { color: rgb(175,171,30); }
H1.HeaderClassName
{
color: #AFAB1E;
}
.AnyTagClassName
{
color: #AFAB1E;
}
</style>
background-color css
<style>
a { background-color: #AFAB1E; }
a { background-color: rgb(175,171,30); }
div.DivClassName
{
background-color: #AFAB1E;
}
.BgClassName
{
background-color: #AFAB1E;
}
</style>
border-color css
<style>
span { border-color: #AFAB1E; }
span { border-color: rgb(175,171,30); }
td.TdClassName
{
border-color: #AFAB1E;
}
.TagClassName
{
border-color: #AFAB1E;
}
</style>