Shades of Kelly Green #34AD14
Tints of Kelly Green #34AD14
RGB
CMYK
RGB Variations
Color information
#34AD14 (or 0x34AD14) is known color: Kelly Green. HEX triplet: 34, AD and 14. RGB value is (52,173,20). Sum of RGB (Red+Green+Blue) = 52+173+20=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 173 (67.97% from 255 or 70.61% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 173 - color contains mainly: green. Hex color #34AD14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34AD14 is #CB52EB. Grayscale: #777777. Windows color (decimal): -13325036 or 1355060. OLE color: 1355060.
HSL color Cylindrical-coordinate representation of color #34AD14: hue angle of 107.45º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34AD14 is Cyan = 0.70, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 173 | 20 | - |
| CMYK | 0.70 | 0 | 0.88 | 0.32 |
| HSL | 107.45º | 0.79% | 0.38% | - |
| HSV(B) | 107.45º | 0.88% | 0.68% | - |
| XYZ | 16.49 | 30.67 | 5.71 | - |
| YUV | 119.38 | 71.91 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 173 | 20 | 0.70 | 0 | 0.88 | 0.32 | 107.45 | 0.79 | 0.38 |
| Hex | 34 | AD | 14 | 46 | 0 | 58 | 20 | 6B | 4F | 26 |
| Octal | 64 | 255 | 24 | 106 | 0 | 130 | 40 | 153 | 117 | 46 |
| Binary | 110100 | 10101101 | 10100 | 1000110 | 0 | 1011000 | 100000 | 1101011 | 1001111 | 100110 |
Color Harmonies of #34AD14
Complementary color
Monochromatic Colors of #34AD14
Black with #34AD14
Text Example
Text Example
White with #34AD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AD14; }
p { color: rgb(52,173,20); }
H1.HeaderClassName
{
color: #34AD14;
}
.AnyTagClassName
{
color: #34AD14;
}
</style>
background-color css
<style>
a { background-color: #34AD14; }
a { background-color: rgb(52,173,20); }
div.DivClassName
{
background-color: #34AD14;
}
.BgClassName
{
background-color: #34AD14;
}
</style>
border-color css
<style>
span { border-color: #34AD14; }
span { border-color: rgb(52,173,20); }
td.TdClassName
{
border-color: #34AD14;
}
.TagClassName
{
border-color: #34AD14;
}
</style>