Shades of Kelly Green #469F00
Tints of Kelly Green #469F00
RGB
CMYK
RGB Variations
Color information
#469F00 (or 0x469F00) is known color: Kelly Green. HEX triplet: 46, 9F and 00. RGB value is (70,159,0). Sum of RGB (Red+Green+Blue) = 70+159+0=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 159 (62.5% from 255 or 69.43% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 159 - color contains mainly: green. Hex color #469F00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469F00 is #B960FF. Grayscale: #727272. Windows color (decimal): -12148992 or 40774. OLE color: 40774.
HSL color Cylindrical-coordinate representation of color #469F00: hue angle of 93.58º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #469F00 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 159 | 0 | - |
| CMYK | 0.56 | 0 | 1 | 0.38 |
| HSL | 93.58º | 1% | 0.31% | - |
| HSV(B) | 93.58º | 1% | 0.62% | - |
| XYZ | 14.92 | 26.1 | 4.25 | - |
| YUV | 114.26 | 63.51 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 159 | 0 | 0.56 | 0 | 1 | 0.38 | 93.58 | 1 | 0.31 |
| Hex | 46 | 9F | 0 | 38 | 0 | 64 | 26 | 5E | 64 | 1F |
| Octal | 106 | 237 | 0 | 70 | 0 | 144 | 46 | 136 | 144 | 37 |
| Binary | 1000110 | 10011111 | 0 | 111000 | 0 | 1100100 | 100110 | 1011110 | 1100100 | 11111 |
Color Harmonies of #469F00
Complementary color
Monochromatic Colors of #469F00
Black with #469F00
Text Example
Text Example
White with #469F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469F00; }
p { color: rgb(70,159,0); }
H1.HeaderClassName
{
color: #469F00;
}
.AnyTagClassName
{
color: #469F00;
}
</style>
background-color css
<style>
a { background-color: #469F00; }
a { background-color: rgb(70,159,0); }
div.DivClassName
{
background-color: #469F00;
}
.BgClassName
{
background-color: #469F00;
}
</style>
border-color css
<style>
span { border-color: #469F00; }
span { border-color: rgb(70,159,0); }
td.TdClassName
{
border-color: #469F00;
}
.TagClassName
{
border-color: #469F00;
}
</style>