Shades of Kelly Green #449F0E
Tints of Kelly Green #449F0E
RGB
CMYK
RGB Variations
Color information
#449F0E (or 0x449F0E) is known color: Kelly Green. HEX triplet: 44, 9F and 0E. RGB value is (68,159,14). Sum of RGB (Red+Green+Blue) = 68+159+14=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 159 (62.5% from 255 or 65.98% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 159 - color contains mainly: green. Hex color #449F0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449F0E is #BB60F1. Grayscale: #737373. Windows color (decimal): -12280050 or 958276. OLE color: 958276.
HSL color Cylindrical-coordinate representation of color #449F0E: hue angle of 97.66º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #449F0E is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 159 | 14 | - |
| CMYK | 0.57 | 0 | 0.91 | 0.38 |
| HSL | 97.66º | 0.84% | 0.34% | - |
| HSV(B) | 97.66º | 0.91% | 0.62% | - |
| XYZ | 14.86 | 26.06 | 4.66 | - |
| YUV | 115.26 | 70.85 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 159 | 14 | 0.57 | 0 | 0.91 | 0.38 | 97.66 | 0.84 | 0.34 |
| Hex | 44 | 9F | E | 39 | 0 | 5B | 26 | 62 | 54 | 22 |
| Octal | 104 | 237 | 16 | 71 | 0 | 133 | 46 | 142 | 124 | 42 |
| Binary | 1000100 | 10011111 | 1110 | 111001 | 0 | 1011011 | 100110 | 1100010 | 1010100 | 100010 |
Color Harmonies of #449F0E
Complementary color
Monochromatic Colors of #449F0E
Black with #449F0E
Text Example
Text Example
White with #449F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449F0E; }
p { color: rgb(68,159,14); }
H1.HeaderClassName
{
color: #449F0E;
}
.AnyTagClassName
{
color: #449F0E;
}
</style>
background-color css
<style>
a { background-color: #449F0E; }
a { background-color: rgb(68,159,14); }
div.DivClassName
{
background-color: #449F0E;
}
.BgClassName
{
background-color: #449F0E;
}
</style>
border-color css
<style>
span { border-color: #449F0E; }
span { border-color: rgb(68,159,14); }
td.TdClassName
{
border-color: #449F0E;
}
.TagClassName
{
border-color: #449F0E;
}
</style>