Shades of Kelly Green #36A002
Tints of Kelly Green #36A002
RGB
CMYK
RGB Variations
Color information
#36A002 (or 0x36A002) is known color: Kelly Green. HEX triplet: 36, A0 and 02. RGB value is (54,160,2). Sum of RGB (Red+Green+Blue) = 54+160+2=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 160 (62.89% from 255 or 74.07% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 160 - color contains mainly: green. Hex color #36A002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #36A002 is #C95FFD. Grayscale: #6E6E6E. Windows color (decimal): -13197310 or 172086. OLE color: 172086.
HSL color Cylindrical-coordinate representation of color #36A002: hue angle of 100.25º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #36A002 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 160 | 2 | - |
| CMYK | 0.66 | 0 | 0.99 | 0.37 |
| HSL | 100.25º | 0.98% | 0.32% | - |
| HSV(B) | 100.25º | 0.99% | 0.63% | - |
| XYZ | 14.1 | 25.93 | 4.32 | - |
| YUV | 110.29 | 66.88 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 160 | 2 | 0.66 | 0 | 0.99 | 0.37 | 100.25 | 0.98 | 0.32 |
| Hex | 36 | A0 | 2 | 42 | 0 | 63 | 25 | 64 | 62 | 20 |
| Octal | 66 | 240 | 2 | 102 | 0 | 143 | 45 | 144 | 142 | 40 |
| Binary | 110110 | 10100000 | 10 | 1000010 | 0 | 1100011 | 100101 | 1100100 | 1100010 | 100000 |
Color Harmonies of #36A002
Complementary color
Monochromatic Colors of #36A002
Black with #36A002
Text Example
Text Example
White with #36A002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A002; }
p { color: rgb(54,160,2); }
H1.HeaderClassName
{
color: #36A002;
}
.AnyTagClassName
{
color: #36A002;
}
</style>
background-color css
<style>
a { background-color: #36A002; }
a { background-color: rgb(54,160,2); }
div.DivClassName
{
background-color: #36A002;
}
.BgClassName
{
background-color: #36A002;
}
</style>
border-color css
<style>
span { border-color: #36A002; }
span { border-color: rgb(54,160,2); }
td.TdClassName
{
border-color: #36A002;
}
.TagClassName
{
border-color: #36A002;
}
</style>