Shades of Earls Green #AFAE14
Tints of Earls Green #AFAE14
RGB
CMYK
RGB Variations
Color information
#AFAE14 (or 0xAFAE14) is known color: Earls Green. HEX triplet: AF, AE and 14. RGB value is (175,174,20). Sum of RGB (Red+Green+Blue) = 175+174+20=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 174 (68.36% from 255 or 47.15% from 369); Blue value is 20 (8.20% from 255 or 5.42% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAE14 is #5051EB. Grayscale: #9D9D9D. Windows color (decimal): -5263852 or 1355439. OLE color: 1355439.
HSL color Cylindrical-coordinate representation of color #AFAE14: hue angle of 59.61º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AFAE14 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 174 | 20 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.31 |
| HSL | 59.61º | 0.79% | 0.38% | - |
| HSV(B) | 59.61º | 0.89% | 0.69% | - |
| XYZ | 32.94 | 39.44 | 6.54 | - |
| YUV | 156.74 | 50.83 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 20 | 0 | 0.01 | 0.89 | 0.31 | 59.61 | 0.79 | 0.38 |
| Hex | AF | AE | 14 | 0 | 1 | 59 | 1F | 3C | 4F | 26 |
| Octal | 257 | 256 | 24 | 0 | 1 | 131 | 37 | 74 | 117 | 46 |
| Binary | 10101111 | 10101110 | 10100 | 0 | 1 | 1011001 | 11111 | 111100 | 1001111 | 100110 |
Color Harmonies of #AFAE14
Complementary color
Monochromatic Colors of #AFAE14
Black with #AFAE14
Text Example
Text Example
White with #AFAE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAE14; }
p { color: rgb(175,174,20); }
H1.HeaderClassName
{
color: #AFAE14;
}
.AnyTagClassName
{
color: #AFAE14;
}
</style>
background-color css
<style>
a { background-color: #AFAE14; }
a { background-color: rgb(175,174,20); }
div.DivClassName
{
background-color: #AFAE14;
}
.BgClassName
{
background-color: #AFAE14;
}
</style>
border-color css
<style>
span { border-color: #AFAE14; }
span { border-color: rgb(175,174,20); }
td.TdClassName
{
border-color: #AFAE14;
}
.TagClassName
{
border-color: #AFAE14;
}
</style>