Shades of Kelly Green #36A70C
Tints of Kelly Green #36A70C
RGB
CMYK
RGB Variations
Color information
#36A70C (or 0x36A70C) is known color: Kelly Green. HEX triplet: 36, A7 and 0C. RGB value is (54,167,12). Sum of RGB (Red+Green+Blue) = 54+167+12=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 167 (65.62% from 255 or 71.67% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 167 - color contains mainly: green. Hex color #36A70C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #36A70C is #C958F3. Grayscale: #747474. Windows color (decimal): -13195508 or 829238. OLE color: 829238.
HSL color Cylindrical-coordinate representation of color #36A70C: hue angle of 103.74º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #36A70C is Cyan = 0.68, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 54 | 167 | 12 | - |
| CMYK | 0.68 | 0 | 0.93 | 0.35 |
| HSL | 103.74º | 0.87% | 0.35% | - |
| HSV(B) | 103.74º | 0.93% | 0.65% | - |
| XYZ | 15.41 | 28.45 | 5.03 | - |
| YUV | 115.54 | 69.56 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 167 | 12 | 0.68 | 0 | 0.93 | 0.35 | 103.74 | 0.87 | 0.35 |
| Hex | 36 | A7 | C | 44 | 0 | 5D | 23 | 68 | 57 | 23 |
| Octal | 66 | 247 | 14 | 104 | 0 | 135 | 43 | 150 | 127 | 43 |
| Binary | 110110 | 10100111 | 1100 | 1000100 | 0 | 1011101 | 100011 | 1101000 | 1010111 | 100011 |
Color Harmonies of #36A70C
Complementary color
Monochromatic Colors of #36A70C
Black with #36A70C
Text Example
Text Example
White with #36A70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A70C; }
p { color: rgb(54,167,12); }
H1.HeaderClassName
{
color: #36A70C;
}
.AnyTagClassName
{
color: #36A70C;
}
</style>
background-color css
<style>
a { background-color: #36A70C; }
a { background-color: rgb(54,167,12); }
div.DivClassName
{
background-color: #36A70C;
}
.BgClassName
{
background-color: #36A70C;
}
</style>
border-color css
<style>
span { border-color: #36A70C; }
span { border-color: rgb(54,167,12); }
td.TdClassName
{
border-color: #36A70C;
}
.TagClassName
{
border-color: #36A70C;
}
</style>