Shades of Kelly Green #34AD10
Tints of Kelly Green #34AD10
RGB
CMYK
RGB Variations
Color information
#34AD10 (or 0x34AD10) is known color: Kelly Green. HEX triplet: 34, AD and 10. RGB value is (52,173,16). Sum of RGB (Red+Green+Blue) = 52+173+16=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 173 (67.97% from 255 or 71.78% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 173 - color contains mainly: green. Hex color #34AD10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34AD10 is #CB52EF. Grayscale: #777777. Windows color (decimal): -13325040 or 1092916. OLE color: 1092916.
HSL color Cylindrical-coordinate representation of color #34AD10: hue angle of 106.24º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #34AD10 is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 173 | 16 | - |
| CMYK | 0.70 | 0 | 0.91 | 0.32 |
| HSL | 106.24º | 0.83% | 0.37% | - |
| HSV(B) | 106.24º | 0.91% | 0.68% | - |
| XYZ | 16.45 | 30.65 | 5.54 | - |
| YUV | 118.92 | 69.91 | 80.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 173 | 16 | 0.70 | 0 | 0.91 | 0.32 | 106.24 | 0.83 | 0.37 |
| Hex | 34 | AD | 10 | 46 | 0 | 5B | 20 | 6A | 53 | 25 |
| Octal | 64 | 255 | 20 | 106 | 0 | 133 | 40 | 152 | 123 | 45 |
| Binary | 110100 | 10101101 | 10000 | 1000110 | 0 | 1011011 | 100000 | 1101010 | 1010011 | 100101 |
Color Harmonies of #34AD10
Complementary color
Monochromatic Colors of #34AD10
Black with #34AD10
Text Example
Text Example
White with #34AD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AD10; }
p { color: rgb(52,173,16); }
H1.HeaderClassName
{
color: #34AD10;
}
.AnyTagClassName
{
color: #34AD10;
}
</style>
background-color css
<style>
a { background-color: #34AD10; }
a { background-color: rgb(52,173,16); }
div.DivClassName
{
background-color: #34AD10;
}
.BgClassName
{
background-color: #34AD10;
}
</style>
border-color css
<style>
span { border-color: #34AD10; }
span { border-color: rgb(52,173,16); }
td.TdClassName
{
border-color: #34AD10;
}
.TagClassName
{
border-color: #34AD10;
}
</style>