Shades of Kelly Green #46AC10
Tints of Kelly Green #46AC10
RGB
CMYK
RGB Variations
Color information
#46AC10 (or 0x46AC10) is known color: Kelly Green. HEX triplet: 46, AC and 10. RGB value is (70,172,16). Sum of RGB (Red+Green+Blue) = 70+172+16=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 172 (67.58% from 255 or 66.67% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 172 - color contains mainly: green. Hex color #46AC10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46AC10 is #B953EF. Grayscale: #7C7C7C. Windows color (decimal): -12145648 or 1092678. OLE color: 1092678.
HSL color Cylindrical-coordinate representation of color #46AC10: hue angle of 99.23º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46AC10 is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 172 | 16 | - |
| CMYK | 0.59 | 0 | 0.91 | 0.33 |
| HSL | 99.23º | 0.83% | 0.37% | - |
| HSV(B) | 99.23º | 0.91% | 0.67% | - |
| XYZ | 17.37 | 30.84 | 5.53 | - |
| YUV | 123.72 | 67.21 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 172 | 16 | 0.59 | 0 | 0.91 | 0.33 | 99.23 | 0.83 | 0.37 |
| Hex | 46 | AC | 10 | 3B | 0 | 5B | 21 | 63 | 53 | 25 |
| Octal | 106 | 254 | 20 | 73 | 0 | 133 | 41 | 143 | 123 | 45 |
| Binary | 1000110 | 10101100 | 10000 | 111011 | 0 | 1011011 | 100001 | 1100011 | 1010011 | 100101 |
Color Harmonies of #46AC10
Complementary color
Monochromatic Colors of #46AC10
Black with #46AC10
Text Example
Text Example
White with #46AC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AC10; }
p { color: rgb(70,172,16); }
H1.HeaderClassName
{
color: #46AC10;
}
.AnyTagClassName
{
color: #46AC10;
}
</style>
background-color css
<style>
a { background-color: #46AC10; }
a { background-color: rgb(70,172,16); }
div.DivClassName
{
background-color: #46AC10;
}
.BgClassName
{
background-color: #46AC10;
}
</style>
border-color css
<style>
span { border-color: #46AC10; }
span { border-color: rgb(70,172,16); }
td.TdClassName
{
border-color: #46AC10;
}
.TagClassName
{
border-color: #46AC10;
}
</style>