Shades of Kelly Green #469F16
Tints of Kelly Green #469F16
RGB
CMYK
RGB Variations
Color information
#469F16 (or 0x469F16) is known color: Kelly Green. HEX triplet: 46, 9F and 16. RGB value is (70,159,22). Sum of RGB (Red+Green+Blue) = 70+159+22=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 159 (62.5% from 255 or 63.35% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 159 - color contains mainly: green. Hex color #469F16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469F16 is #B960E9. Grayscale: #757575. Windows color (decimal): -12148970 or 1482566. OLE color: 1482566.
HSL color Cylindrical-coordinate representation of color #469F16: hue angle of 98.98º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #469F16 is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 159 | 22 | - |
| CMYK | 0.56 | 0 | 0.86 | 0.38 |
| HSL | 98.98º | 0.76% | 0.35% | - |
| HSV(B) | 98.98º | 0.86% | 0.62% | - |
| XYZ | 15.07 | 26.16 | 5.01 | - |
| YUV | 116.77 | 74.51 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 159 | 22 | 0.56 | 0 | 0.86 | 0.38 | 98.98 | 0.76 | 0.35 |
| Hex | 46 | 9F | 16 | 38 | 0 | 56 | 26 | 63 | 4C | 23 |
| Octal | 106 | 237 | 26 | 70 | 0 | 126 | 46 | 143 | 114 | 43 |
| Binary | 1000110 | 10011111 | 10110 | 111000 | 0 | 1010110 | 100110 | 1100011 | 1001100 | 100011 |
Color Harmonies of #469F16
Complementary color
Monochromatic Colors of #469F16
Black with #469F16
Text Example
Text Example
White with #469F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469F16; }
p { color: rgb(70,159,22); }
H1.HeaderClassName
{
color: #469F16;
}
.AnyTagClassName
{
color: #469F16;
}
</style>
background-color css
<style>
a { background-color: #469F16; }
a { background-color: rgb(70,159,22); }
div.DivClassName
{
background-color: #469F16;
}
.BgClassName
{
background-color: #469F16;
}
</style>
border-color css
<style>
span { border-color: #469F16; }
span { border-color: rgb(70,159,22); }
td.TdClassName
{
border-color: #469F16;
}
.TagClassName
{
border-color: #469F16;
}
</style>