Shades of Kelly Green #34AB12
Tints of Kelly Green #34AB12
RGB
CMYK
RGB Variations
Color information
#34AB12 (or 0x34AB12) is known color: Kelly Green. HEX triplet: 34, AB and 12. RGB value is (52,171,18). Sum of RGB (Red+Green+Blue) = 52+171+18=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 171 (67.19% from 255 or 70.95% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34AB12 is #CB54ED. Grayscale: #767676. Windows color (decimal): -13325550 or 1223476. OLE color: 1223476.
HSL color Cylindrical-coordinate representation of color #34AB12: hue angle of 106.67º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #34AB12 is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 171 | 18 | - |
| CMYK | 0.70 | 0 | 0.89 | 0.33 |
| HSL | 106.67º | 0.81% | 0.37% | - |
| HSV(B) | 106.67º | 0.89% | 0.67% | - |
| XYZ | 16.09 | 29.9 | 5.5 | - |
| YUV | 117.98 | 71.58 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 171 | 18 | 0.70 | 0 | 0.89 | 0.33 | 106.67 | 0.81 | 0.37 |
| Hex | 34 | AB | 12 | 46 | 0 | 59 | 21 | 6B | 51 | 25 |
| Octal | 64 | 253 | 22 | 106 | 0 | 131 | 41 | 153 | 121 | 45 |
| Binary | 110100 | 10101011 | 10010 | 1000110 | 0 | 1011001 | 100001 | 1101011 | 1010001 | 100101 |
Color Harmonies of #34AB12
Complementary color
Monochromatic Colors of #34AB12
Black with #34AB12
Text Example
Text Example
White with #34AB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AB12; }
p { color: rgb(52,171,18); }
H1.HeaderClassName
{
color: #34AB12;
}
.AnyTagClassName
{
color: #34AB12;
}
</style>
background-color css
<style>
a { background-color: #34AB12; }
a { background-color: rgb(52,171,18); }
div.DivClassName
{
background-color: #34AB12;
}
.BgClassName
{
background-color: #34AB12;
}
</style>
border-color css
<style>
span { border-color: #34AB12; }
span { border-color: rgb(52,171,18); }
td.TdClassName
{
border-color: #34AB12;
}
.TagClassName
{
border-color: #34AB12;
}
</style>