Shades of Earls Green #C0AF14
Tints of Earls Green #C0AF14
RGB
CMYK
RGB Variations
Color information
#C0AF14 (or 0xC0AF14) is known color: Earls Green. HEX triplet: C0, AF and 14. RGB value is (192,175,20). Sum of RGB (Red+Green+Blue) = 192+175+20=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AF14 is #3F50EB. Grayscale: #A3A3A3. Windows color (decimal): -4149484 or 1355712. OLE color: 1355712.
HSL color Cylindrical-coordinate representation of color #C0AF14: hue angle of 54.07º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0AF14 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 20 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.25 |
| HSL | 54.07º | 0.81% | 0.42% | - |
| HSV(B) | 54.07º | 0.9% | 0.75% | - |
| XYZ | 37.19 | 41.92 | 6.79 | - |
| YUV | 162.41 | 47.63 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 20 | 0 | 0.09 | 0.90 | 0.25 | 54.07 | 0.81 | 0.42 |
| Hex | C0 | AF | 14 | 0 | 9 | 5A | 19 | 36 | 51 | 2A |
| Octal | 300 | 257 | 24 | 0 | 11 | 132 | 31 | 66 | 121 | 52 |
| Binary | 11000000 | 10101111 | 10100 | 0 | 1001 | 1011010 | 11001 | 110110 | 1010001 | 101010 |
Color Harmonies of #C0AF14
Complementary color
Monochromatic Colors of #C0AF14
Black with #C0AF14
Text Example
Text Example
White with #C0AF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AF14; }
p { color: rgb(192,175,20); }
H1.HeaderClassName
{
color: #C0AF14;
}
.AnyTagClassName
{
color: #C0AF14;
}
</style>
background-color css
<style>
a { background-color: #C0AF14; }
a { background-color: rgb(192,175,20); }
div.DivClassName
{
background-color: #C0AF14;
}
.BgClassName
{
background-color: #C0AF14;
}
</style>
border-color css
<style>
span { border-color: #C0AF14; }
span { border-color: rgb(192,175,20); }
td.TdClassName
{
border-color: #C0AF14;
}
.TagClassName
{
border-color: #C0AF14;
}
</style>