Shades of Kelly Green #459F0A
Tints of Kelly Green #459F0A
RGB
CMYK
RGB Variations
Color information
#459F0A (or 0x459F0A) is known color: Kelly Green. HEX triplet: 45, 9F and 0A. RGB value is (69,159,10). Sum of RGB (Red+Green+Blue) = 69+159+10=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 159 (62.5% from 255 or 66.81% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 159 - color contains mainly: green. Hex color #459F0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #459F0A is #BA60F5. Grayscale: #737373. Windows color (decimal): -12214518 or 696133. OLE color: 696133.
HSL color Cylindrical-coordinate representation of color #459F0A: hue angle of 96.24º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #459F0A is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 159 | 10 | - |
| CMYK | 0.57 | 0 | 0.94 | 0.38 |
| HSL | 96.24º | 0.88% | 0.33% | - |
| HSV(B) | 96.24º | 0.94% | 0.62% | - |
| XYZ | 14.91 | 26.08 | 4.54 | - |
| YUV | 115.1 | 68.68 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 159 | 10 | 0.57 | 0 | 0.94 | 0.38 | 96.24 | 0.88 | 0.33 |
| Hex | 45 | 9F | A | 39 | 0 | 5E | 26 | 60 | 58 | 21 |
| Octal | 105 | 237 | 12 | 71 | 0 | 136 | 46 | 140 | 130 | 41 |
| Binary | 1000101 | 10011111 | 1010 | 111001 | 0 | 1011110 | 100110 | 1100000 | 1011000 | 100001 |
Color Harmonies of #459F0A
Complementary color
Monochromatic Colors of #459F0A
Black with #459F0A
Text Example
Text Example
White with #459F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459F0A; }
p { color: rgb(69,159,10); }
H1.HeaderClassName
{
color: #459F0A;
}
.AnyTagClassName
{
color: #459F0A;
}
</style>
background-color css
<style>
a { background-color: #459F0A; }
a { background-color: rgb(69,159,10); }
div.DivClassName
{
background-color: #459F0A;
}
.BgClassName
{
background-color: #459F0A;
}
</style>
border-color css
<style>
span { border-color: #459F0A; }
span { border-color: rgb(69,159,10); }
td.TdClassName
{
border-color: #459F0A;
}
.TagClassName
{
border-color: #459F0A;
}
</style>