Shades of Earls Green #AFAC1E
Tints of Earls Green #AFAC1E
RGB
CMYK
RGB Variations
Color information
#AFAC1E (or 0xAFAC1E) is known color: Earls Green. HEX triplet: AF, AC and 1E. RGB value is (175,172,30). Sum of RGB (Red+Green+Blue) = 175+172+30=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 30 (12.11% from 255 or 7.96% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAC1E is #5053E1. Grayscale: #9D9D9D. Windows color (decimal): -5264354 or 2010287. OLE color: 2010287.
HSL color Cylindrical-coordinate representation of color #AFAC1E: hue angle of 58.76º 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 #AFAC1E is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 172 | 30 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.31 |
| HSL | 58.76º | 0.71% | 0.4% | - |
| HSV(B) | 58.76º | 0.83% | 0.69% | - |
| XYZ | 32.67 | 38.71 | 6.98 | - |
| YUV | 156.71 | 56.49 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 30 | 0 | 0.02 | 0.83 | 0.31 | 58.76 | 0.71 | 0.4 |
| Hex | AF | AC | 1E | 0 | 2 | 53 | 1F | 3B | 47 | 28 |
| Octal | 257 | 254 | 36 | 0 | 2 | 123 | 37 | 73 | 107 | 50 |
| Binary | 10101111 | 10101100 | 11110 | 0 | 10 | 1010011 | 11111 | 111011 | 1000111 | 101000 |
Color Harmonies of #AFAC1E
Complementary color
Monochromatic Colors of #AFAC1E
Black with #AFAC1E
Text Example
Text Example
White with #AFAC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAC1E; }
p { color: rgb(175,172,30); }
H1.HeaderClassName
{
color: #AFAC1E;
}
.AnyTagClassName
{
color: #AFAC1E;
}
</style>
background-color css
<style>
a { background-color: #AFAC1E; }
a { background-color: rgb(175,172,30); }
div.DivClassName
{
background-color: #AFAC1E;
}
.BgClassName
{
background-color: #AFAC1E;
}
</style>
border-color css
<style>
span { border-color: #AFAC1E; }
span { border-color: rgb(175,172,30); }
td.TdClassName
{
border-color: #AFAC1E;
}
.TagClassName
{
border-color: #AFAC1E;
}
</style>