Shades of Kelly Green #34A905
Tints of Kelly Green #34A905
RGB
CMYK
RGB Variations
Color information
#34A905 (or 0x34A905) is known color: Kelly Green. HEX triplet: 34, A9 and 05. RGB value is (52,169,5). Sum of RGB (Red+Green+Blue) = 52+169+5=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 169 (66.41% from 255 or 74.78% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 169 - color contains mainly: green. Hex color #34A905 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34A905 is #CB56FA. Grayscale: #737373. Windows color (decimal): -13326075 or 370996. OLE color: 370996.
HSL color Cylindrical-coordinate representation of color #34A905: hue angle of 102.8º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #34A905 is Cyan = 0.69, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 52 | 169 | 5 | - |
| CMYK | 0.69 | 0 | 0.97 | 0.34 |
| HSL | 102.8º | 0.94% | 0.34% | - |
| HSV(B) | 102.8º | 0.97% | 0.66% | - |
| XYZ | 15.63 | 29.12 | 4.94 | - |
| YUV | 115.32 | 65.74 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 169 | 5 | 0.69 | 0 | 0.97 | 0.34 | 102.8 | 0.94 | 0.34 |
| Hex | 34 | A9 | 5 | 45 | 0 | 61 | 22 | 67 | 5E | 22 |
| Octal | 64 | 251 | 5 | 105 | 0 | 141 | 42 | 147 | 136 | 42 |
| Binary | 110100 | 10101001 | 101 | 1000101 | 0 | 1100001 | 100010 | 1100111 | 1011110 | 100010 |
Color Harmonies of #34A905
Complementary color
Monochromatic Colors of #34A905
Black with #34A905
Text Example
Text Example
White with #34A905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A905; }
p { color: rgb(52,169,5); }
H1.HeaderClassName
{
color: #34A905;
}
.AnyTagClassName
{
color: #34A905;
}
</style>
background-color css
<style>
a { background-color: #34A905; }
a { background-color: rgb(52,169,5); }
div.DivClassName
{
background-color: #34A905;
}
.BgClassName
{
background-color: #34A905;
}
</style>
border-color css
<style>
span { border-color: #34A905; }
span { border-color: rgb(52,169,5); }
td.TdClassName
{
border-color: #34A905;
}
.TagClassName
{
border-color: #34A905;
}
</style>