Shades of Kelly Green #42AC0E
Tints of Kelly Green #42AC0E
RGB
CMYK
RGB Variations
Color information
#42AC0E (or 0x42AC0E) is known color: Kelly Green. HEX triplet: 42, AC and 0E. RGB value is (66,172,14). Sum of RGB (Red+Green+Blue) = 66+172+14=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 172 (67.58% from 255 or 68.25% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42AC0E is #BD53F1. Grayscale: #7A7A7A. Windows color (decimal): -12407794 or 961602. OLE color: 961602.
HSL color Cylindrical-coordinate representation of color #42AC0E: hue angle of 100.25º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #42AC0E is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 172 | 14 | - |
| CMYK | 0.62 | 0 | 0.92 | 0.33 |
| HSL | 100.25º | 0.85% | 0.36% | - |
| HSV(B) | 100.25º | 0.92% | 0.67% | - |
| XYZ | 17.08 | 30.7 | 5.44 | - |
| YUV | 122.29 | 66.88 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 172 | 14 | 0.62 | 0 | 0.92 | 0.33 | 100.25 | 0.85 | 0.36 |
| Hex | 42 | AC | E | 3E | 0 | 5C | 21 | 64 | 55 | 24 |
| Octal | 102 | 254 | 16 | 76 | 0 | 134 | 41 | 144 | 125 | 44 |
| Binary | 1000010 | 10101100 | 1110 | 111110 | 0 | 1011100 | 100001 | 1100100 | 1010101 | 100100 |
Color Harmonies of #42AC0E
Complementary color
Monochromatic Colors of #42AC0E
Black with #42AC0E
Text Example
Text Example
White with #42AC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AC0E; }
p { color: rgb(66,172,14); }
H1.HeaderClassName
{
color: #42AC0E;
}
.AnyTagClassName
{
color: #42AC0E;
}
</style>
background-color css
<style>
a { background-color: #42AC0E; }
a { background-color: rgb(66,172,14); }
div.DivClassName
{
background-color: #42AC0E;
}
.BgClassName
{
background-color: #42AC0E;
}
</style>
border-color css
<style>
span { border-color: #42AC0E; }
span { border-color: rgb(66,172,14); }
td.TdClassName
{
border-color: #42AC0E;
}
.TagClassName
{
border-color: #42AC0E;
}
</style>