Shades of Kelly Green #34A814
Tints of Kelly Green #34A814
RGB
CMYK
RGB Variations
Color information
#34A814 (or 0x34A814) is known color: Kelly Green. HEX triplet: 34, A8 and 14. RGB value is (52,168,20). Sum of RGB (Red+Green+Blue) = 52+168+20=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 168 (66.02% from 255 or 70% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 168 - color contains mainly: green. Hex color #34A814 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34A814 is #CB57EB. Grayscale: #747474. Windows color (decimal): -13326316 or 1353780. OLE color: 1353780.
HSL color Cylindrical-coordinate representation of color #34A814: hue angle of 107.03º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34A814 is Cyan = 0.69, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 52 | 168 | 20 | - |
| CMYK | 0.69 | 0 | 0.88 | 0.34 |
| HSL | 107.03º | 0.79% | 0.37% | - |
| HSV(B) | 107.03º | 0.88% | 0.66% | - |
| XYZ | 15.55 | 28.79 | 5.4 | - |
| YUV | 116.44 | 73.57 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 168 | 20 | 0.69 | 0 | 0.88 | 0.34 | 107.03 | 0.79 | 0.37 |
| Hex | 34 | A8 | 14 | 45 | 0 | 58 | 22 | 6B | 4F | 25 |
| Octal | 64 | 250 | 24 | 105 | 0 | 130 | 42 | 153 | 117 | 45 |
| Binary | 110100 | 10101000 | 10100 | 1000101 | 0 | 1011000 | 100010 | 1101011 | 1001111 | 100101 |
Color Harmonies of #34A814
Complementary color
Monochromatic Colors of #34A814
Black with #34A814
Text Example
Text Example
White with #34A814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A814; }
p { color: rgb(52,168,20); }
H1.HeaderClassName
{
color: #34A814;
}
.AnyTagClassName
{
color: #34A814;
}
</style>
background-color css
<style>
a { background-color: #34A814; }
a { background-color: rgb(52,168,20); }
div.DivClassName
{
background-color: #34A814;
}
.BgClassName
{
background-color: #34A814;
}
</style>
border-color css
<style>
span { border-color: #34A814; }
span { border-color: rgb(52,168,20); }
td.TdClassName
{
border-color: #34A814;
}
.TagClassName
{
border-color: #34A814;
}
</style>