Shades of Kelly Green #42A60F
Tints of Kelly Green #42A60F
RGB
CMYK
RGB Variations
Color information
#42A60F (or 0x42A60F) is known color: Kelly Green. HEX triplet: 42, A6 and 0F. RGB value is (66,166,15). Sum of RGB (Red+Green+Blue) = 66+166+15=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 166 (65.23% from 255 or 67.21% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 166 - color contains mainly: green. Hex color #42A60F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A60F is #BD59F0. Grayscale: #777777. Windows color (decimal): -12409329 or 1025602. OLE color: 1025602.
HSL color Cylindrical-coordinate representation of color #42A60F: hue angle of 99.74º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42A60F is Cyan = 0.60, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 66 | 166 | 15 | - |
| CMYK | 0.60 | 0 | 0.91 | 0.35 |
| HSL | 99.74º | 0.83% | 0.35% | - |
| HSV(B) | 99.74º | 0.91% | 0.65% | - |
| XYZ | 15.97 | 28.47 | 5.1 | - |
| YUV | 118.89 | 69.37 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 166 | 15 | 0.60 | 0 | 0.91 | 0.35 | 99.74 | 0.83 | 0.35 |
| Hex | 42 | A6 | F | 3C | 0 | 5B | 23 | 64 | 53 | 23 |
| Octal | 102 | 246 | 17 | 74 | 0 | 133 | 43 | 144 | 123 | 43 |
| Binary | 1000010 | 10100110 | 1111 | 111100 | 0 | 1011011 | 100011 | 1100100 | 1010011 | 100011 |
Color Harmonies of #42A60F
Complementary color
Monochromatic Colors of #42A60F
Black with #42A60F
Text Example
Text Example
White with #42A60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A60F; }
p { color: rgb(66,166,15); }
H1.HeaderClassName
{
color: #42A60F;
}
.AnyTagClassName
{
color: #42A60F;
}
</style>
background-color css
<style>
a { background-color: #42A60F; }
a { background-color: rgb(66,166,15); }
div.DivClassName
{
background-color: #42A60F;
}
.BgClassName
{
background-color: #42A60F;
}
</style>
border-color css
<style>
span { border-color: #42A60F; }
span { border-color: rgb(66,166,15); }
td.TdClassName
{
border-color: #42A60F;
}
.TagClassName
{
border-color: #42A60F;
}
</style>