Shades of Earls Green #AFAC1D
Tints of Earls Green #AFAC1D
RGB
CMYK
RGB Variations
Color information
#AFAC1D (or 0xAFAC1D) is known color: Earls Green. HEX triplet: AF, AC and 1D. RGB value is (175,172,29). Sum of RGB (Red+Green+Blue) = 175+172+29=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 29 (11.72% from 255 or 7.71% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAC1D is #5053E2. Grayscale: #9D9D9D. Windows color (decimal): -5264355 or 1944751. OLE color: 1944751.
HSL color Cylindrical-coordinate representation of color #AFAC1D: hue angle of 58.77º 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 #AFAC1D is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 172 | 29 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.31 |
| HSL | 58.77º | 0.72% | 0.4% | - |
| HSV(B) | 58.77º | 0.83% | 0.69% | - |
| XYZ | 32.65 | 38.71 | 6.91 | - |
| YUV | 156.6 | 55.99 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 29 | 0 | 0.02 | 0.83 | 0.31 | 58.77 | 0.72 | 0.4 |
| Hex | AF | AC | 1D | 0 | 2 | 53 | 1F | 3B | 48 | 28 |
| Octal | 257 | 254 | 35 | 0 | 2 | 123 | 37 | 73 | 110 | 50 |
| Binary | 10101111 | 10101100 | 11101 | 0 | 10 | 1010011 | 11111 | 111011 | 1001000 | 101000 |
Color Harmonies of #AFAC1D
Complementary color
Monochromatic Colors of #AFAC1D
Black with #AFAC1D
Text Example
Text Example
White with #AFAC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAC1D; }
p { color: rgb(175,172,29); }
H1.HeaderClassName
{
color: #AFAC1D;
}
.AnyTagClassName
{
color: #AFAC1D;
}
</style>
background-color css
<style>
a { background-color: #AFAC1D; }
a { background-color: rgb(175,172,29); }
div.DivClassName
{
background-color: #AFAC1D;
}
.BgClassName
{
background-color: #AFAC1D;
}
</style>
border-color css
<style>
span { border-color: #AFAC1D; }
span { border-color: rgb(175,172,29); }
td.TdClassName
{
border-color: #AFAC1D;
}
.TagClassName
{
border-color: #AFAC1D;
}
</style>