Shades of Kelly Green #46AF0B
Tints of Kelly Green #46AF0B
RGB
CMYK
RGB Variations
Color information
#46AF0B (or 0x46AF0B) is known color: Kelly Green. HEX triplet: 46, AF and 0B. RGB value is (70,175,11). Sum of RGB (Red+Green+Blue) = 70+175+11=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 175 (68.75% from 255 or 68.36% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 175 - color contains mainly: green. Hex color #46AF0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46AF0B is #B950F4. Grayscale: #7D7D7D. Windows color (decimal): -12144885 or 765766. OLE color: 765766.
HSL color Cylindrical-coordinate representation of color #46AF0B: hue angle of 98.41º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #46AF0B is Cyan = 0.60, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 175 | 11 | - |
| CMYK | 0.60 | 0 | 0.94 | 0.31 |
| HSL | 98.41º | 0.88% | 0.36% | - |
| HSV(B) | 98.41º | 0.94% | 0.69% | - |
| XYZ | 17.92 | 31.99 | 5.55 | - |
| YUV | 124.91 | 63.71 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 175 | 11 | 0.60 | 0 | 0.94 | 0.31 | 98.41 | 0.88 | 0.36 |
| Hex | 46 | AF | B | 3C | 0 | 5E | 1F | 62 | 58 | 24 |
| Octal | 106 | 257 | 13 | 74 | 0 | 136 | 37 | 142 | 130 | 44 |
| Binary | 1000110 | 10101111 | 1011 | 111100 | 0 | 1011110 | 11111 | 1100010 | 1011000 | 100100 |
Color Harmonies of #46AF0B
Complementary color
Monochromatic Colors of #46AF0B
Black with #46AF0B
Text Example
Text Example
White with #46AF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AF0B; }
p { color: rgb(70,175,11); }
H1.HeaderClassName
{
color: #46AF0B;
}
.AnyTagClassName
{
color: #46AF0B;
}
</style>
background-color css
<style>
a { background-color: #46AF0B; }
a { background-color: rgb(70,175,11); }
div.DivClassName
{
background-color: #46AF0B;
}
.BgClassName
{
background-color: #46AF0B;
}
</style>
border-color css
<style>
span { border-color: #46AF0B; }
span { border-color: rgb(70,175,11); }
td.TdClassName
{
border-color: #46AF0B;
}
.TagClassName
{
border-color: #46AF0B;
}
</style>