Shades of Kelly Green #42A00E
Tints of Kelly Green #42A00E
RGB
CMYK
RGB Variations
Color information
#42A00E (or 0x42A00E) is known color: Kelly Green. HEX triplet: 42, A0 and 0E. RGB value is (66,160,14). Sum of RGB (Red+Green+Blue) = 66+160+14=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 160 (62.89% from 255 or 66.67% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 160 - color contains mainly: green. Hex color #42A00E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A00E is #BD5FF1. Grayscale: #737373. Windows color (decimal): -12410866 or 958530. OLE color: 958530.
HSL color Cylindrical-coordinate representation of color #42A00E: hue angle of 98.63º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42A00E is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 160 | 14 | - |
| CMYK | 0.59 | 0 | 0.91 | 0.37 |
| HSL | 98.63º | 0.84% | 0.34% | - |
| HSV(B) | 98.63º | 0.91% | 0.63% | - |
| XYZ | 14.9 | 26.33 | 4.71 | - |
| YUV | 115.25 | 70.86 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 160 | 14 | 0.59 | 0 | 0.91 | 0.37 | 98.63 | 0.84 | 0.34 |
| Hex | 42 | A0 | E | 3B | 0 | 5B | 25 | 63 | 54 | 22 |
| Octal | 102 | 240 | 16 | 73 | 0 | 133 | 45 | 143 | 124 | 42 |
| Binary | 1000010 | 10100000 | 1110 | 111011 | 0 | 1011011 | 100101 | 1100011 | 1010100 | 100010 |
Color Harmonies of #42A00E
Complementary color
Monochromatic Colors of #42A00E
Black with #42A00E
Text Example
Text Example
White with #42A00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A00E; }
p { color: rgb(66,160,14); }
H1.HeaderClassName
{
color: #42A00E;
}
.AnyTagClassName
{
color: #42A00E;
}
</style>
background-color css
<style>
a { background-color: #42A00E; }
a { background-color: rgb(66,160,14); }
div.DivClassName
{
background-color: #42A00E;
}
.BgClassName
{
background-color: #42A00E;
}
</style>
border-color css
<style>
span { border-color: #42A00E; }
span { border-color: rgb(66,160,14); }
td.TdClassName
{
border-color: #42A00E;
}
.TagClassName
{
border-color: #42A00E;
}
</style>