Shades of Kelly Green #459A00
Tints of Kelly Green #459A00
RGB
CMYK
RGB Variations
Color information
#459A00 (or 0x459A00) is known color: Kelly Green. HEX triplet: 45, 9A and 00. RGB value is (69,154,0). Sum of RGB (Red+Green+Blue) = 69+154+0=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 154 (60.55% from 255 or 69.06% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 154 - color contains mainly: green. Hex color #459A00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #459A00 is #BA65FF. Grayscale: #6F6F6F. Windows color (decimal): -12215808 or 39493. OLE color: 39493.
HSL color Cylindrical-coordinate representation of color #459A00: hue angle of 93.12º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #459A00 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 154 | 0 | - |
| CMYK | 0.55 | 0 | 1 | 0.40 |
| HSL | 93.12º | 1% | 0.3% | - |
| HSV(B) | 93.12º | 1% | 0.6% | - |
| XYZ | 14.01 | 24.38 | 3.97 | - |
| YUV | 111.03 | 65.34 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 154 | 0 | 0.55 | 0 | 1 | 0.40 | 93.12 | 1 | 0.3 |
| Hex | 45 | 9A | 0 | 37 | 0 | 64 | 28 | 5D | 64 | 1E |
| Octal | 105 | 232 | 0 | 67 | 0 | 144 | 50 | 135 | 144 | 36 |
| Binary | 1000101 | 10011010 | 0 | 110111 | 0 | 1100100 | 101000 | 1011101 | 1100100 | 11110 |
Color Harmonies of #459A00
Complementary color
Monochromatic Colors of #459A00
Black with #459A00
Text Example
Text Example
White with #459A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459A00; }
p { color: rgb(69,154,0); }
H1.HeaderClassName
{
color: #459A00;
}
.AnyTagClassName
{
color: #459A00;
}
</style>
background-color css
<style>
a { background-color: #459A00; }
a { background-color: rgb(69,154,0); }
div.DivClassName
{
background-color: #459A00;
}
.BgClassName
{
background-color: #459A00;
}
</style>
border-color css
<style>
span { border-color: #459A00; }
span { border-color: rgb(69,154,0); }
td.TdClassName
{
border-color: #459A00;
}
.TagClassName
{
border-color: #459A00;
}
</style>