Shades of Shamrock #32EE9A
Tints of Shamrock #32EE9A
RGB
CMYK
RGB Variations
Color information
#32EE9A (or 0x32EE9A) is known color: Shamrock. HEX triplet: 32, EE and 9A. RGB value is (50,238,154). Sum of RGB (Red+Green+Blue) = 50+238+154=442 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.31% from 442); Green value is 238 (93.36% from 255 or 53.85% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 238 - color contains mainly: green. Hex color #32EE9A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32EE9A is #CD1165. Grayscale: #ACACAC. Windows color (decimal): -13439334 or 10153522. OLE color: 10153522.
HSL color Cylindrical-coordinate representation of color #32EE9A: hue angle of 153.19º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EE9A is Cyan = 0.79, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 238 | 154 | - |
| CMYK | 0.79 | 0 | 0.35 | 0.07 |
| HSL | 153.19º | 0.85% | 0.56% | - |
| HSV(B) | 153.19º | 0.79% | 0.93% | - |
| XYZ | 37.72 | 64.16 | 40.97 | - |
| YUV | 172.21 | 117.72 | 40.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 238 | 154 | 0.79 | 0 | 0.35 | 0.07 | 153.19 | 0.85 | 0.56 |
| Hex | 32 | EE | 9A | 4F | 0 | 23 | 7 | 99 | 55 | 38 |
| Octal | 62 | 356 | 232 | 117 | 0 | 43 | 7 | 231 | 125 | 70 |
| Binary | 110010 | 11101110 | 10011010 | 1001111 | 0 | 100011 | 111 | 10011001 | 1010101 | 111000 |
Color Harmonies of #32EE9A
Complementary color
Monochromatic Colors of #32EE9A
Black with #32EE9A
Text Example
Text Example
White with #32EE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EE9A; }
p { color: rgb(50,238,154); }
H1.HeaderClassName
{
color: #32EE9A;
}
.AnyTagClassName
{
color: #32EE9A;
}
</style>
background-color css
<style>
a { background-color: #32EE9A; }
a { background-color: rgb(50,238,154); }
div.DivClassName
{
background-color: #32EE9A;
}
.BgClassName
{
background-color: #32EE9A;
}
</style>
border-color css
<style>
span { border-color: #32EE9A; }
span { border-color: rgb(50,238,154); }
td.TdClassName
{
border-color: #32EE9A;
}
.TagClassName
{
border-color: #32EE9A;
}
</style>