Shades of Kelly Green #459D0E
Tints of Kelly Green #459D0E
RGB
CMYK
RGB Variations
Color information
#459D0E (or 0x459D0E) is known color: Kelly Green. HEX triplet: 45, 9D and 0E. RGB value is (69,157,14). Sum of RGB (Red+Green+Blue) = 69+157+14=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 157 (61.72% from 255 or 65.42% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 157 - color contains mainly: green. Hex color #459D0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #459D0E is #BA62F1. Grayscale: #727272. Windows color (decimal): -12215026 or 957765. OLE color: 957765.
HSL color Cylindrical-coordinate representation of color #459D0E: hue angle of 96.92º 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 #459D0E is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 157 | 14 | - |
| CMYK | 0.56 | 0 | 0.91 | 0.38 |
| HSL | 96.92º | 0.84% | 0.34% | - |
| HSV(B) | 96.92º | 0.91% | 0.62% | - |
| XYZ | 14.59 | 25.41 | 4.55 | - |
| YUV | 114.39 | 71.35 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 157 | 14 | 0.56 | 0 | 0.91 | 0.38 | 96.92 | 0.84 | 0.34 |
| Hex | 45 | 9D | E | 38 | 0 | 5B | 26 | 61 | 54 | 22 |
| Octal | 105 | 235 | 16 | 70 | 0 | 133 | 46 | 141 | 124 | 42 |
| Binary | 1000101 | 10011101 | 1110 | 111000 | 0 | 1011011 | 100110 | 1100001 | 1010100 | 100010 |
Color Harmonies of #459D0E
Complementary color
Monochromatic Colors of #459D0E
Black with #459D0E
Text Example
Text Example
White with #459D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459D0E; }
p { color: rgb(69,157,14); }
H1.HeaderClassName
{
color: #459D0E;
}
.AnyTagClassName
{
color: #459D0E;
}
</style>
background-color css
<style>
a { background-color: #459D0E; }
a { background-color: rgb(69,157,14); }
div.DivClassName
{
background-color: #459D0E;
}
.BgClassName
{
background-color: #459D0E;
}
</style>
border-color css
<style>
span { border-color: #459D0E; }
span { border-color: rgb(69,157,14); }
td.TdClassName
{
border-color: #459D0E;
}
.TagClassName
{
border-color: #459D0E;
}
</style>