Shades of Shamrock #21DC9F
Tints of Shamrock #21DC9F
RGB
CMYK
RGB Variations
Color information
#21DC9F (or 0x21DC9F) is known color: Shamrock. HEX triplet: 21, DC and 9F. RGB value is (33,220,159). Sum of RGB (Red+Green+Blue) = 33+220+159=412 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.01% from 412); Green value is 220 (86.33% from 255 or 53.40% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 220 - color contains mainly: green. Hex color #21DC9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21DC9F is #DE2360. Grayscale: #9D9D9D. Windows color (decimal): -14558049 or 10476577. OLE color: 10476577.
HSL color Cylindrical-coordinate representation of color #21DC9F: hue angle of 160.43º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DC9F is Cyan = 0.85, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 220 | 159 | - |
| CMYK | 0.85 | 0 | 0.28 | 0.14 |
| HSL | 160.43º | 0.74% | 0.5% | - |
| HSV(B) | 160.43º | 0.85% | 0.86% | - |
| XYZ | 32.48 | 54.01 | 41.51 | - |
| YUV | 157.13 | 129.05 | 39.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 220 | 159 | 0.85 | 0 | 0.28 | 0.14 | 160.43 | 0.74 | 0.5 |
| Hex | 21 | DC | 9F | 55 | 0 | 1C | E | A0 | 4A | 32 |
| Octal | 41 | 334 | 237 | 125 | 0 | 34 | 16 | 240 | 112 | 62 |
| Binary | 100001 | 11011100 | 10011111 | 1010101 | 0 | 11100 | 1110 | 10100000 | 1001010 | 110010 |
Color Harmonies of #21DC9F
Complementary color
Monochromatic Colors of #21DC9F
Black with #21DC9F
Text Example
Text Example
White with #21DC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DC9F; }
p { color: rgb(33,220,159); }
H1.HeaderClassName
{
color: #21DC9F;
}
.AnyTagClassName
{
color: #21DC9F;
}
</style>
background-color css
<style>
a { background-color: #21DC9F; }
a { background-color: rgb(33,220,159); }
div.DivClassName
{
background-color: #21DC9F;
}
.BgClassName
{
background-color: #21DC9F;
}
</style>
border-color css
<style>
span { border-color: #21DC9F; }
span { border-color: rgb(33,220,159); }
td.TdClassName
{
border-color: #21DC9F;
}
.TagClassName
{
border-color: #21DC9F;
}
</style>