Shades of Shamrock #21D896
Tints of Shamrock #21D896
RGB
CMYK
RGB Variations
Color information
#21D896 (or 0x21D896) is known color: Shamrock. HEX triplet: 21, D8 and 96. RGB value is (33,216,150). Sum of RGB (Red+Green+Blue) = 33+216+150=399 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.27% from 399); Green value is 216 (84.77% from 255 or 54.14% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 216 - color contains mainly: green. Hex color #21D896 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D896 is #DE2769. Grayscale: #999999. Windows color (decimal): -14559082 or 9885729. OLE color: 9885729.
HSL color Cylindrical-coordinate representation of color #21D896: hue angle of 158.36º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D896 is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 216 | 150 | - |
| CMYK | 0.85 | 0 | 0.31 | 0.15 |
| HSL | 158.36º | 0.73% | 0.49% | - |
| HSV(B) | 158.36º | 0.85% | 0.85% | - |
| XYZ | 30.69 | 51.64 | 37.2 | - |
| YUV | 153.76 | 125.87 | 41.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 216 | 150 | 0.85 | 0 | 0.31 | 0.15 | 158.36 | 0.73 | 0.49 |
| Hex | 21 | D8 | 96 | 55 | 0 | 1F | F | 9E | 49 | 31 |
| Octal | 41 | 330 | 226 | 125 | 0 | 37 | 17 | 236 | 111 | 61 |
| Binary | 100001 | 11011000 | 10010110 | 1010101 | 0 | 11111 | 1111 | 10011110 | 1001001 | 110001 |
Color Harmonies of #21D896
Complementary color
Monochromatic Colors of #21D896
Black with #21D896
Text Example
Text Example
White with #21D896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D896; }
p { color: rgb(33,216,150); }
H1.HeaderClassName
{
color: #21D896;
}
.AnyTagClassName
{
color: #21D896;
}
</style>
background-color css
<style>
a { background-color: #21D896; }
a { background-color: rgb(33,216,150); }
div.DivClassName
{
background-color: #21D896;
}
.BgClassName
{
background-color: #21D896;
}
</style>
border-color css
<style>
span { border-color: #21D896; }
span { border-color: rgb(33,216,150); }
td.TdClassName
{
border-color: #21D896;
}
.TagClassName
{
border-color: #21D896;
}
</style>