Shades of Kelly Green #42AD09
Tints of Kelly Green #42AD09
RGB
CMYK
RGB Variations
Color information
#42AD09 (or 0x42AD09) is known color: Kelly Green. HEX triplet: 42, AD and 09. RGB value is (66,173,9). Sum of RGB (Red+Green+Blue) = 66+173+9=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 173 (67.97% from 255 or 69.76% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 173 - color contains mainly: green. Hex color #42AD09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42AD09 is #BD52F6. Grayscale: #7A7A7A. Windows color (decimal): -12407543 or 634178. OLE color: 634178.
HSL color Cylindrical-coordinate representation of color #42AD09: hue angle of 99.15º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #42AD09 is Cyan = 0.62, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 173 | 9 | - |
| CMYK | 0.62 | 0 | 0.95 | 0.32 |
| HSL | 99.15º | 0.9% | 0.36% | - |
| HSV(B) | 99.15º | 0.95% | 0.68% | - |
| XYZ | 17.24 | 31.07 | 5.35 | - |
| YUV | 122.31 | 64.05 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 173 | 9 | 0.62 | 0 | 0.95 | 0.32 | 99.15 | 0.9 | 0.36 |
| Hex | 42 | AD | 9 | 3E | 0 | 5F | 20 | 63 | 5A | 24 |
| Octal | 102 | 255 | 11 | 76 | 0 | 137 | 40 | 143 | 132 | 44 |
| Binary | 1000010 | 10101101 | 1001 | 111110 | 0 | 1011111 | 100000 | 1100011 | 1011010 | 100100 |
Color Harmonies of #42AD09
Complementary color
Monochromatic Colors of #42AD09
Black with #42AD09
Text Example
Text Example
White with #42AD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AD09; }
p { color: rgb(66,173,9); }
H1.HeaderClassName
{
color: #42AD09;
}
.AnyTagClassName
{
color: #42AD09;
}
</style>
background-color css
<style>
a { background-color: #42AD09; }
a { background-color: rgb(66,173,9); }
div.DivClassName
{
background-color: #42AD09;
}
.BgClassName
{
background-color: #42AD09;
}
</style>
border-color css
<style>
span { border-color: #42AD09; }
span { border-color: rgb(66,173,9); }
td.TdClassName
{
border-color: #42AD09;
}
.TagClassName
{
border-color: #42AD09;
}
</style>