Shades of Shamrock #36FE9A
Tints of Shamrock #36FE9A
RGB
CMYK
RGB Variations
Color information
#36FE9A (or 0x36FE9A) is known color: Shamrock. HEX triplet: 36, FE and 9A. RGB value is (54,254,154). Sum of RGB (Red+Green+Blue) = 54+254+154=462 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.69% from 462); Green value is 254 (99.61% from 255 or 54.98% from 462); Blue value is 154 (60.55% from 255 or 33.33% from 462); Max value from RGB is 254 - color contains mainly: green. Hex color #36FE9A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36FE9A is #C90165. Grayscale: #B6B6B6. Windows color (decimal): -13173094 or 10157622. OLE color: 10157622.
HSL color Cylindrical-coordinate representation of color #36FE9A: hue angle of 150º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FE9A is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 254 | 154 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.00 |
| HSL | 150º | 0.99% | 0.6% | - |
| HSV(B) | 150º | 0.79% | 1% | - |
| XYZ | 42.8 | 74 | 42.6 | - |
| YUV | 182.8 | 111.74 | 36.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 254 | 154 | 0.79 | 0 | 0.39 | 0.00 | 150 | 0.99 | 0.6 |
| Hex | 36 | FE | 9A | 4F | 0 | 27 | 0 | 96 | 63 | 3C |
| Octal | 66 | 376 | 232 | 117 | 0 | 47 | 0 | 226 | 143 | 74 |
| Binary | 110110 | 11111110 | 10011010 | 1001111 | 0 | 100111 | 0 | 10010110 | 1100011 | 111100 |
Color Harmonies of #36FE9A
Complementary color
Monochromatic Colors of #36FE9A
Black with #36FE9A
Text Example
Text Example
White with #36FE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FE9A; }
p { color: rgb(54,254,154); }
H1.HeaderClassName
{
color: #36FE9A;
}
.AnyTagClassName
{
color: #36FE9A;
}
</style>
background-color css
<style>
a { background-color: #36FE9A; }
a { background-color: rgb(54,254,154); }
div.DivClassName
{
background-color: #36FE9A;
}
.BgClassName
{
background-color: #36FE9A;
}
</style>
border-color css
<style>
span { border-color: #36FE9A; }
span { border-color: rgb(54,254,154); }
td.TdClassName
{
border-color: #36FE9A;
}
.TagClassName
{
border-color: #36FE9A;
}
</style>