Shades of Kelly Green #419F0C
Tints of Kelly Green #419F0C
RGB
CMYK
RGB Variations
Color information
#419F0C (or 0x419F0C) is known color: Kelly Green. HEX triplet: 41, 9F and 0C. RGB value is (65,159,12). Sum of RGB (Red+Green+Blue) = 65+159+12=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 159 (62.5% from 255 or 67.37% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 159 - color contains mainly: green. Hex color #419F0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #419F0C is #BE60F3. Grayscale: #727272. Windows color (decimal): -12476660 or 827201. OLE color: 827201.
HSL color Cylindrical-coordinate representation of color #419F0C: hue angle of 98.37º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #419F0C is Cyan = 0.59, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 159 | 12 | - |
| CMYK | 0.59 | 0 | 0.92 | 0.38 |
| HSL | 98.37º | 0.86% | 0.34% | - |
| HSV(B) | 98.37º | 0.92% | 0.62% | - |
| XYZ | 14.64 | 25.95 | 4.58 | - |
| YUV | 114.14 | 70.36 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 159 | 12 | 0.59 | 0 | 0.92 | 0.38 | 98.37 | 0.86 | 0.34 |
| Hex | 41 | 9F | C | 3B | 0 | 5C | 26 | 62 | 56 | 22 |
| Octal | 101 | 237 | 14 | 73 | 0 | 134 | 46 | 142 | 126 | 42 |
| Binary | 1000001 | 10011111 | 1100 | 111011 | 0 | 1011100 | 100110 | 1100010 | 1010110 | 100010 |
Color Harmonies of #419F0C
Complementary color
Monochromatic Colors of #419F0C
Black with #419F0C
Text Example
Text Example
White with #419F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419F0C; }
p { color: rgb(65,159,12); }
H1.HeaderClassName
{
color: #419F0C;
}
.AnyTagClassName
{
color: #419F0C;
}
</style>
background-color css
<style>
a { background-color: #419F0C; }
a { background-color: rgb(65,159,12); }
div.DivClassName
{
background-color: #419F0C;
}
.BgClassName
{
background-color: #419F0C;
}
</style>
border-color css
<style>
span { border-color: #419F0C; }
span { border-color: rgb(65,159,12); }
td.TdClassName
{
border-color: #419F0C;
}
.TagClassName
{
border-color: #419F0C;
}
</style>