Shades of Kelly Green #41A00E
Tints of Kelly Green #41A00E
RGB
CMYK
RGB Variations
Color information
#41A00E (or 0x41A00E) is known color: Kelly Green. HEX triplet: 41, A0 and 0E. RGB value is (65,160,14). Sum of RGB (Red+Green+Blue) = 65+160+14=239 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.20% from 239); Green value is 160 (62.89% from 255 or 66.95% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 160 - color contains mainly: green. Hex color #41A00E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41A00E is #BE5FF1. Grayscale: #737373. Windows color (decimal): -12476402 or 958529. OLE color: 958529.
HSL color Cylindrical-coordinate representation of color #41A00E: hue angle of 99.04º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41A00E is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 65 | 160 | 14 | - |
| CMYK | 0.59 | 0 | 0.91 | 0.37 |
| HSL | 99.04º | 0.84% | 0.34% | - |
| HSV(B) | 99.04º | 0.91% | 0.63% | - |
| XYZ | 14.83 | 26.3 | 4.71 | - |
| YUV | 114.95 | 71.03 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 160 | 14 | 0.59 | 0 | 0.91 | 0.37 | 99.04 | 0.84 | 0.34 |
| Hex | 41 | A0 | E | 3B | 0 | 5B | 25 | 63 | 54 | 22 |
| Octal | 101 | 240 | 16 | 73 | 0 | 133 | 45 | 143 | 124 | 42 |
| Binary | 1000001 | 10100000 | 1110 | 111011 | 0 | 1011011 | 100101 | 1100011 | 1010100 | 100010 |
Color Harmonies of #41A00E
Complementary color
Monochromatic Colors of #41A00E
Black with #41A00E
Text Example
Text Example
White with #41A00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A00E; }
p { color: rgb(65,160,14); }
H1.HeaderClassName
{
color: #41A00E;
}
.AnyTagClassName
{
color: #41A00E;
}
</style>
background-color css
<style>
a { background-color: #41A00E; }
a { background-color: rgb(65,160,14); }
div.DivClassName
{
background-color: #41A00E;
}
.BgClassName
{
background-color: #41A00E;
}
</style>
border-color css
<style>
span { border-color: #41A00E; }
span { border-color: rgb(65,160,14); }
td.TdClassName
{
border-color: #41A00E;
}
.TagClassName
{
border-color: #41A00E;
}
</style>