Shades of Kelly Green #34A00D
Tints of Kelly Green #34A00D
RGB
CMYK
RGB Variations
Color information
#34A00D (or 0x34A00D) is known color: Kelly Green. HEX triplet: 34, A0 and 0D. RGB value is (52,160,13). Sum of RGB (Red+Green+Blue) = 52+160+13=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 160 (62.89% from 255 or 71.11% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 160 - color contains mainly: green. Hex color #34A00D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34A00D is #CB5FF2. Grayscale: #6F6F6F. Windows color (decimal): -13328371 or 892980. OLE color: 892980.
HSL color Cylindrical-coordinate representation of color #34A00D: hue angle of 104.08º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #34A00D is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 52 | 160 | 13 | - |
| CMYK | 0.68 | 0 | 0.92 | 0.37 |
| HSL | 104.08º | 0.85% | 0.34% | - |
| HSV(B) | 104.08º | 0.92% | 0.63% | - |
| XYZ | 14.06 | 25.9 | 4.64 | - |
| YUV | 110.95 | 72.72 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 160 | 13 | 0.68 | 0 | 0.92 | 0.37 | 104.08 | 0.85 | 0.34 |
| Hex | 34 | A0 | D | 44 | 0 | 5C | 25 | 68 | 55 | 22 |
| Octal | 64 | 240 | 15 | 104 | 0 | 134 | 45 | 150 | 125 | 42 |
| Binary | 110100 | 10100000 | 1101 | 1000100 | 0 | 1011100 | 100101 | 1101000 | 1010101 | 100010 |
Color Harmonies of #34A00D
Complementary color
Monochromatic Colors of #34A00D
Black with #34A00D
Text Example
Text Example
White with #34A00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A00D; }
p { color: rgb(52,160,13); }
H1.HeaderClassName
{
color: #34A00D;
}
.AnyTagClassName
{
color: #34A00D;
}
</style>
background-color css
<style>
a { background-color: #34A00D; }
a { background-color: rgb(52,160,13); }
div.DivClassName
{
background-color: #34A00D;
}
.BgClassName
{
background-color: #34A00D;
}
</style>
border-color css
<style>
span { border-color: #34A00D; }
span { border-color: rgb(52,160,13); }
td.TdClassName
{
border-color: #34A00D;
}
.TagClassName
{
border-color: #34A00D;
}
</style>