Shades of Kelly Green #459F10
Tints of Kelly Green #459F10
RGB
CMYK
RGB Variations
Color information
#459F10 (or 0x459F10) is known color: Kelly Green. HEX triplet: 45, 9F and 10. RGB value is (69,159,16). Sum of RGB (Red+Green+Blue) = 69+159+16=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 159 (62.5% from 255 or 65.16% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 159 - color contains mainly: green. Hex color #459F10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #459F10 is #BA60EF. Grayscale: #747474. Windows color (decimal): -12214512 or 1089349. OLE color: 1089349.
HSL color Cylindrical-coordinate representation of color #459F10: hue angle of 97.76º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #459F10 is Cyan = 0.57, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 159 | 16 | - |
| CMYK | 0.57 | 0 | 0.90 | 0.38 |
| HSL | 97.76º | 0.82% | 0.34% | - |
| HSV(B) | 97.76º | 0.9% | 0.62% | - |
| XYZ | 14.95 | 26.1 | 4.74 | - |
| YUV | 115.79 | 71.68 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 159 | 16 | 0.57 | 0 | 0.90 | 0.38 | 97.76 | 0.82 | 0.34 |
| Hex | 45 | 9F | 10 | 39 | 0 | 5A | 26 | 62 | 52 | 22 |
| Octal | 105 | 237 | 20 | 71 | 0 | 132 | 46 | 142 | 122 | 42 |
| Binary | 1000101 | 10011111 | 10000 | 111001 | 0 | 1011010 | 100110 | 1100010 | 1010010 | 100010 |
Color Harmonies of #459F10
Complementary color
Monochromatic Colors of #459F10
Black with #459F10
Text Example
Text Example
White with #459F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459F10; }
p { color: rgb(69,159,16); }
H1.HeaderClassName
{
color: #459F10;
}
.AnyTagClassName
{
color: #459F10;
}
</style>
background-color css
<style>
a { background-color: #459F10; }
a { background-color: rgb(69,159,16); }
div.DivClassName
{
background-color: #459F10;
}
.BgClassName
{
background-color: #459F10;
}
</style>
border-color css
<style>
span { border-color: #459F10; }
span { border-color: rgb(69,159,16); }
td.TdClassName
{
border-color: #459F10;
}
.TagClassName
{
border-color: #459F10;
}
</style>