Shades of Earls Green #AFAB1D
Tints of Earls Green #AFAB1D
RGB
CMYK
RGB Variations
Color information
#AFAB1D (or 0xAFAB1D) is known color: Earls Green. HEX triplet: AF, AB and 1D. RGB value is (175,171,29). Sum of RGB (Red+Green+Blue) = 175+171+29=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAB1D is #5054E2. Grayscale: #9C9C9C. Windows color (decimal): -5264611 or 1944495. OLE color: 1944495.
HSL color Cylindrical-coordinate representation of color #AFAB1D: hue angle of 58.36º degrees, saturation: 0.72, 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 #AFAB1D is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 171 | 29 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.31 |
| HSL | 58.36º | 0.72% | 0.4% | - |
| HSV(B) | 58.36º | 0.83% | 0.69% | - |
| XYZ | 32.46 | 38.33 | 6.85 | - |
| YUV | 156.01 | 56.33 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 171 | 29 | 0 | 0.02 | 0.83 | 0.31 | 58.36 | 0.72 | 0.4 |
| Hex | AF | AB | 1D | 0 | 2 | 53 | 1F | 3A | 48 | 28 |
| Octal | 257 | 253 | 35 | 0 | 2 | 123 | 37 | 72 | 110 | 50 |
| Binary | 10101111 | 10101011 | 11101 | 0 | 10 | 1010011 | 11111 | 111010 | 1001000 | 101000 |
Color Harmonies of #AFAB1D
Complementary color
Monochromatic Colors of #AFAB1D
Black with #AFAB1D
Text Example
Text Example
White with #AFAB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAB1D; }
p { color: rgb(175,171,29); }
H1.HeaderClassName
{
color: #AFAB1D;
}
.AnyTagClassName
{
color: #AFAB1D;
}
</style>
background-color css
<style>
a { background-color: #AFAB1D; }
a { background-color: rgb(175,171,29); }
div.DivClassName
{
background-color: #AFAB1D;
}
.BgClassName
{
background-color: #AFAB1D;
}
</style>
border-color css
<style>
span { border-color: #AFAB1D; }
span { border-color: rgb(175,171,29); }
td.TdClassName
{
border-color: #AFAB1D;
}
.TagClassName
{
border-color: #AFAB1D;
}
</style>