Shades of Shamrock #36FF9C
Tints of Shamrock #36FF9C
RGB
CMYK
RGB Variations
Color information
#36FF9C (or 0x36FF9C) is known color: Shamrock. HEX triplet: 36, FF and 9C. RGB value is (54,255,156). Sum of RGB (Red+Green+Blue) = 54+255+156=465 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.61% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #36FF9C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36FF9C is #C90063. Grayscale: #B7B7B7. Windows color (decimal): -13172836 or 10288950. OLE color: 10288950.
HSL color Cylindrical-coordinate representation of color #36FF9C: hue angle of 150.45º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FF9C is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 156 | - |
| CMYK | 0.79 | 0 | 0.39 | 0 |
| HSL | 150.45º | 1% | 0.61% | - |
| HSV(B) | 150.45º | 0.79% | 1% | - |
| XYZ | 43.28 | 74.7 | 43.59 | - |
| YUV | 183.62 | 112.41 | 35.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 156 | 0.79 | 0 | 0.39 | 0 | 150.45 | 1 | 0.61 |
| Hex | 36 | FF | 9C | 4F | 0 | 27 | 0 | 96 | 64 | 3D |
| Octal | 66 | 377 | 234 | 117 | 0 | 47 | 0 | 226 | 144 | 75 |
| Binary | 110110 | 11111111 | 10011100 | 1001111 | 0 | 100111 | 0 | 10010110 | 1100100 | 111101 |
Color Harmonies of #36FF9C
Complementary color
Monochromatic Colors of #36FF9C
Black with #36FF9C
Text Example
Text Example
White with #36FF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FF9C; }
p { color: rgb(54,255,156); }
H1.HeaderClassName
{
color: #36FF9C;
}
.AnyTagClassName
{
color: #36FF9C;
}
</style>
background-color css
<style>
a { background-color: #36FF9C; }
a { background-color: rgb(54,255,156); }
div.DivClassName
{
background-color: #36FF9C;
}
.BgClassName
{
background-color: #36FF9C;
}
</style>
border-color css
<style>
span { border-color: #36FF9C; }
span { border-color: rgb(54,255,156); }
td.TdClassName
{
border-color: #36FF9C;
}
.TagClassName
{
border-color: #36FF9C;
}
</style>