Shades of Kelly Green #42A913
Tints of Kelly Green #42A913
RGB
CMYK
RGB Variations
Color information
#42A913 (or 0x42A913) is known color: Kelly Green. HEX triplet: 42, A9 and 13. RGB value is (66,169,19). Sum of RGB (Red+Green+Blue) = 66+169+19=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 169 (66.41% from 255 or 66.54% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 169 - color contains mainly: green. Hex color #42A913 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A913 is #BD56EC. Grayscale: #797979. Windows color (decimal): -12408557 or 1288514. OLE color: 1288514.
HSL color Cylindrical-coordinate representation of color #42A913: hue angle of 101.2º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42A913 is Cyan = 0.61, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 66 | 169 | 19 | - |
| CMYK | 0.61 | 0 | 0.89 | 0.34 |
| HSL | 101.2º | 0.8% | 0.37% | - |
| HSV(B) | 101.2º | 0.89% | 0.66% | - |
| XYZ | 16.55 | 29.58 | 5.45 | - |
| YUV | 121.1 | 70.38 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 169 | 19 | 0.61 | 0 | 0.89 | 0.34 | 101.2 | 0.8 | 0.37 |
| Hex | 42 | A9 | 13 | 3D | 0 | 59 | 22 | 65 | 50 | 25 |
| Octal | 102 | 251 | 23 | 75 | 0 | 131 | 42 | 145 | 120 | 45 |
| Binary | 1000010 | 10101001 | 10011 | 111101 | 0 | 1011001 | 100010 | 1100101 | 1010000 | 100101 |
Color Harmonies of #42A913
Complementary color
Monochromatic Colors of #42A913
Black with #42A913
Text Example
Text Example
White with #42A913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A913; }
p { color: rgb(66,169,19); }
H1.HeaderClassName
{
color: #42A913;
}
.AnyTagClassName
{
color: #42A913;
}
</style>
background-color css
<style>
a { background-color: #42A913; }
a { background-color: rgb(66,169,19); }
div.DivClassName
{
background-color: #42A913;
}
.BgClassName
{
background-color: #42A913;
}
</style>
border-color css
<style>
span { border-color: #42A913; }
span { border-color: rgb(66,169,19); }
td.TdClassName
{
border-color: #42A913;
}
.TagClassName
{
border-color: #42A913;
}
</style>