Shades of Kelly Green #42A110
Tints of Kelly Green #42A110
RGB
CMYK
RGB Variations
Color information
#42A110 (or 0x42A110) is known color: Kelly Green. HEX triplet: 42, A1 and 10. RGB value is (66,161,16). Sum of RGB (Red+Green+Blue) = 66+161+16=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 161 (63.28% from 255 or 66.26% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 161 - color contains mainly: green. Hex color #42A110 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A110 is #BD5EEF. Grayscale: #747474. Windows color (decimal): -12410608 or 1089858. OLE color: 1089858.
HSL color Cylindrical-coordinate representation of color #42A110: hue angle of 99.31º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42A110 is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 161 | 16 | - |
| CMYK | 0.59 | 0 | 0.90 | 0.37 |
| HSL | 99.31º | 0.82% | 0.35% | - |
| HSV(B) | 99.31º | 0.9% | 0.63% | - |
| XYZ | 15.09 | 26.69 | 4.85 | - |
| YUV | 116.07 | 71.53 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 161 | 16 | 0.59 | 0 | 0.90 | 0.37 | 99.31 | 0.82 | 0.35 |
| Hex | 42 | A1 | 10 | 3B | 0 | 5A | 25 | 63 | 52 | 23 |
| Octal | 102 | 241 | 20 | 73 | 0 | 132 | 45 | 143 | 122 | 43 |
| Binary | 1000010 | 10100001 | 10000 | 111011 | 0 | 1011010 | 100101 | 1100011 | 1010010 | 100011 |
Color Harmonies of #42A110
Complementary color
Monochromatic Colors of #42A110
Black with #42A110
Text Example
Text Example
White with #42A110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A110; }
p { color: rgb(66,161,16); }
H1.HeaderClassName
{
color: #42A110;
}
.AnyTagClassName
{
color: #42A110;
}
</style>
background-color css
<style>
a { background-color: #42A110; }
a { background-color: rgb(66,161,16); }
div.DivClassName
{
background-color: #42A110;
}
.BgClassName
{
background-color: #42A110;
}
</style>
border-color css
<style>
span { border-color: #42A110; }
span { border-color: rgb(66,161,16); }
td.TdClassName
{
border-color: #42A110;
}
.TagClassName
{
border-color: #42A110;
}
</style>