Shades of Shamrock #21E9A0
Tints of Shamrock #21E9A0
RGB
CMYK
RGB Variations
Color information
#21E9A0 (or 0x21E9A0) is known color: Shamrock. HEX triplet: 21, E9 and A0. RGB value is (33,233,160). Sum of RGB (Red+Green+Blue) = 33+233+160=426 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.75% from 426); Green value is 233 (91.41% from 255 or 54.69% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 233 - color contains mainly: green. Hex color #21E9A0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #21E9A0 is #DE165F. Grayscale: #A4A4A4. Windows color (decimal): -14554720 or 10545441. OLE color: 10545441.
HSL color Cylindrical-coordinate representation of color #21E9A0: hue angle of 158.1º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E9A0 is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 233 | 160 | - |
| CMYK | 0.86 | 0 | 0.31 | 0.09 |
| HSL | 158.1º | 0.82% | 0.52% | - |
| HSV(B) | 158.1º | 0.86% | 0.91% | - |
| XYZ | 36.11 | 61.14 | 43.16 | - |
| YUV | 164.88 | 125.24 | 33.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 233 | 160 | 0.86 | 0 | 0.31 | 0.09 | 158.1 | 0.82 | 0.52 |
| Hex | 21 | E9 | A0 | 56 | 0 | 1F | 9 | 9E | 52 | 34 |
| Octal | 41 | 351 | 240 | 126 | 0 | 37 | 11 | 236 | 122 | 64 |
| Binary | 100001 | 11101001 | 10100000 | 1010110 | 0 | 11111 | 1001 | 10011110 | 1010010 | 110100 |
Color Harmonies of #21E9A0
Complementary color
Monochromatic Colors of #21E9A0
Black with #21E9A0
Text Example
Text Example
White with #21E9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E9A0; }
p { color: rgb(33,233,160); }
H1.HeaderClassName
{
color: #21E9A0;
}
.AnyTagClassName
{
color: #21E9A0;
}
</style>
background-color css
<style>
a { background-color: #21E9A0; }
a { background-color: rgb(33,233,160); }
div.DivClassName
{
background-color: #21E9A0;
}
.BgClassName
{
background-color: #21E9A0;
}
</style>
border-color css
<style>
span { border-color: #21E9A0; }
span { border-color: rgb(33,233,160); }
td.TdClassName
{
border-color: #21E9A0;
}
.TagClassName
{
border-color: #21E9A0;
}
</style>