Shades of Kelly Green #42AE14
Tints of Kelly Green #42AE14
RGB
CMYK
RGB Variations
Color information
#42AE14 (or 0x42AE14) is known color: Kelly Green. HEX triplet: 42, AE and 14. RGB value is (66,174,20). Sum of RGB (Red+Green+Blue) = 66+174+20=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 174 (68.36% from 255 or 66.92% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 174 - color contains mainly: green. Hex color #42AE14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42AE14 is #BD51EB. Grayscale: #7C7C7C. Windows color (decimal): -12407276 or 1355330. OLE color: 1355330.
HSL color Cylindrical-coordinate representation of color #42AE14: hue angle of 102.08º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42AE14 is Cyan = 0.62, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 174 | 20 | - |
| CMYK | 0.62 | 0 | 0.89 | 0.32 |
| HSL | 102.08º | 0.79% | 0.38% | - |
| HSV(B) | 102.08º | 0.89% | 0.68% | - |
| XYZ | 17.51 | 31.48 | 5.82 | - |
| YUV | 124.15 | 69.22 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 174 | 20 | 0.62 | 0 | 0.89 | 0.32 | 102.08 | 0.79 | 0.38 |
| Hex | 42 | AE | 14 | 3E | 0 | 59 | 20 | 66 | 4F | 26 |
| Octal | 102 | 256 | 24 | 76 | 0 | 131 | 40 | 146 | 117 | 46 |
| Binary | 1000010 | 10101110 | 10100 | 111110 | 0 | 1011001 | 100000 | 1100110 | 1001111 | 100110 |
Color Harmonies of #42AE14
Complementary color
Monochromatic Colors of #42AE14
Black with #42AE14
Text Example
Text Example
White with #42AE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AE14; }
p { color: rgb(66,174,20); }
H1.HeaderClassName
{
color: #42AE14;
}
.AnyTagClassName
{
color: #42AE14;
}
</style>
background-color css
<style>
a { background-color: #42AE14; }
a { background-color: rgb(66,174,20); }
div.DivClassName
{
background-color: #42AE14;
}
.BgClassName
{
background-color: #42AE14;
}
</style>
border-color css
<style>
span { border-color: #42AE14; }
span { border-color: rgb(66,174,20); }
td.TdClassName
{
border-color: #42AE14;
}
.TagClassName
{
border-color: #42AE14;
}
</style>