Shades of Kelly Green #46AB2A
Tints of Kelly Green #46AB2A
RGB
CMYK
RGB Variations
Color information
#46AB2A (or 0x46AB2A) is known color: Kelly Green. HEX triplet: 46, AB and 2A. RGB value is (70,171,42). Sum of RGB (Red+Green+Blue) = 70+171+42=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 171 (67.19% from 255 or 60.42% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 171 - color contains mainly: green. Hex color #46AB2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46AB2A is #B954D5. Grayscale: #7E7E7E. Windows color (decimal): -12145878 or 2796358. OLE color: 2796358.
HSL color Cylindrical-coordinate representation of color #46AB2A: hue angle of 106.98º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #46AB2A is Cyan = 0.59, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 171 | 42 | - |
| CMYK | 0.59 | 0 | 0.75 | 0.33 |
| HSL | 106.98º | 0.61% | 0.42% | - |
| HSV(B) | 106.98º | 0.75% | 0.67% | - |
| XYZ | 17.51 | 30.6 | 7.17 | - |
| YUV | 126.1 | 80.54 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 171 | 42 | 0.59 | 0 | 0.75 | 0.33 | 106.98 | 0.61 | 0.42 |
| Hex | 46 | AB | 2A | 3B | 0 | 4B | 21 | 6B | 3D | 2A |
| Octal | 106 | 253 | 52 | 73 | 0 | 113 | 41 | 153 | 75 | 52 |
| Binary | 1000110 | 10101011 | 101010 | 111011 | 0 | 1001011 | 100001 | 1101011 | 111101 | 101010 |
Color Harmonies of #46AB2A
Complementary color
Monochromatic Colors of #46AB2A
Black with #46AB2A
Text Example
Text Example
White with #46AB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AB2A; }
p { color: rgb(70,171,42); }
H1.HeaderClassName
{
color: #46AB2A;
}
.AnyTagClassName
{
color: #46AB2A;
}
</style>
background-color css
<style>
a { background-color: #46AB2A; }
a { background-color: rgb(70,171,42); }
div.DivClassName
{
background-color: #46AB2A;
}
.BgClassName
{
background-color: #46AB2A;
}
</style>
border-color css
<style>
span { border-color: #46AB2A; }
span { border-color: rgb(70,171,42); }
td.TdClassName
{
border-color: #46AB2A;
}
.TagClassName
{
border-color: #46AB2A;
}
</style>