Shades of Kelly Green #36A006
Tints of Kelly Green #36A006
RGB
CMYK
RGB Variations
Color information
#36A006 (or 0x36A006) is known color: Kelly Green. HEX triplet: 36, A0 and 06. RGB value is (54,160,6). Sum of RGB (Red+Green+Blue) = 54+160+6=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 160 (62.89% from 255 or 72.73% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 160 - color contains mainly: green. Hex color #36A006 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #36A006 is #C95FF9. Grayscale: #6F6F6F. Windows color (decimal): -13197306 or 434230. OLE color: 434230.
HSL color Cylindrical-coordinate representation of color #36A006: hue angle of 101.3º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #36A006 is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 160 | 6 | - |
| CMYK | 0.66 | 0 | 0.96 | 0.37 |
| HSL | 101.3º | 0.93% | 0.33% | - |
| HSV(B) | 101.3º | 0.96% | 0.63% | - |
| XYZ | 14.13 | 25.94 | 4.43 | - |
| YUV | 110.75 | 68.88 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 160 | 6 | 0.66 | 0 | 0.96 | 0.37 | 101.3 | 0.93 | 0.33 |
| Hex | 36 | A0 | 6 | 42 | 0 | 60 | 25 | 65 | 5D | 21 |
| Octal | 66 | 240 | 6 | 102 | 0 | 140 | 45 | 145 | 135 | 41 |
| Binary | 110110 | 10100000 | 110 | 1000010 | 0 | 1100000 | 100101 | 1100101 | 1011101 | 100001 |
Color Harmonies of #36A006
Complementary color
Monochromatic Colors of #36A006
Black with #36A006
Text Example
Text Example
White with #36A006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A006; }
p { color: rgb(54,160,6); }
H1.HeaderClassName
{
color: #36A006;
}
.AnyTagClassName
{
color: #36A006;
}
</style>
background-color css
<style>
a { background-color: #36A006; }
a { background-color: rgb(54,160,6); }
div.DivClassName
{
background-color: #36A006;
}
.BgClassName
{
background-color: #36A006;
}
</style>
border-color css
<style>
span { border-color: #36A006; }
span { border-color: rgb(54,160,6); }
td.TdClassName
{
border-color: #36A006;
}
.TagClassName
{
border-color: #36A006;
}
</style>