Shades of Kelly Green #42A901
Tints of Kelly Green #42A901
RGB
CMYK
RGB Variations
Color information
#42A901 (or 0x42A901) is known color: Kelly Green. HEX triplet: 42, A9 and 01. RGB value is (66,169,1). Sum of RGB (Red+Green+Blue) = 66+169+1=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 169 (66.41% from 255 or 71.61% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 169 - color contains mainly: green. Hex color #42A901 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A901 is #BD56FE. Grayscale: #777777. Windows color (decimal): -12408575 or 108866. OLE color: 108866.
HSL color Cylindrical-coordinate representation of color #42A901: hue angle of 96.79º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42A901 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 66 | 169 | 1 | - |
| CMYK | 0.61 | 0 | 0.99 | 0.34 |
| HSL | 96.79º | 0.99% | 0.33% | - |
| HSV(B) | 96.79º | 0.99% | 0.66% | - |
| XYZ | 16.44 | 29.54 | 4.86 | - |
| YUV | 119.05 | 61.38 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 169 | 1 | 0.61 | 0 | 0.99 | 0.34 | 96.79 | 0.99 | 0.33 |
| Hex | 42 | A9 | 1 | 3D | 0 | 63 | 22 | 61 | 63 | 21 |
| Octal | 102 | 251 | 1 | 75 | 0 | 143 | 42 | 141 | 143 | 41 |
| Binary | 1000010 | 10101001 | 1 | 111101 | 0 | 1100011 | 100010 | 1100001 | 1100011 | 100001 |
Color Harmonies of #42A901
Complementary color
Monochromatic Colors of #42A901
Black with #42A901
Text Example
Text Example
White with #42A901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A901; }
p { color: rgb(66,169,1); }
H1.HeaderClassName
{
color: #42A901;
}
.AnyTagClassName
{
color: #42A901;
}
</style>
background-color css
<style>
a { background-color: #42A901; }
a { background-color: rgb(66,169,1); }
div.DivClassName
{
background-color: #42A901;
}
.BgClassName
{
background-color: #42A901;
}
</style>
border-color css
<style>
span { border-color: #42A901; }
span { border-color: rgb(66,169,1); }
td.TdClassName
{
border-color: #42A901;
}
.TagClassName
{
border-color: #42A901;
}
</style>