Shades of Shamrock #21E09A
Tints of Shamrock #21E09A
RGB
CMYK
RGB Variations
Color information
#21E09A (or 0x21E09A) is known color: Shamrock. HEX triplet: 21, E0 and 9A. RGB value is (33,224,154). Sum of RGB (Red+Green+Blue) = 33+224+154=411 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.03% from 411); Green value is 224 (87.89% from 255 or 54.50% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 224 - color contains mainly: green. Hex color #21E09A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21E09A is #DE1F65. Grayscale: #9F9F9F. Windows color (decimal): -14557030 or 10149921. OLE color: 10149921.
HSL color Cylindrical-coordinate representation of color #21E09A: hue angle of 158.01º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E09A is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 224 | 154 | - |
| CMYK | 0.85 | 0 | 0.31 | 0.12 |
| HSL | 158.01º | 0.75% | 0.5% | - |
| HSV(B) | 158.01º | 0.85% | 0.88% | - |
| XYZ | 33.12 | 55.97 | 39.63 | - |
| YUV | 158.91 | 125.22 | 38.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 224 | 154 | 0.85 | 0 | 0.31 | 0.12 | 158.01 | 0.75 | 0.5 |
| Hex | 21 | E0 | 9A | 55 | 0 | 1F | C | 9E | 4B | 32 |
| Octal | 41 | 340 | 232 | 125 | 0 | 37 | 14 | 236 | 113 | 62 |
| Binary | 100001 | 11100000 | 10011010 | 1010101 | 0 | 11111 | 1100 | 10011110 | 1001011 | 110010 |
Color Harmonies of #21E09A
Complementary color
Monochromatic Colors of #21E09A
Black with #21E09A
Text Example
Text Example
White with #21E09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E09A; }
p { color: rgb(33,224,154); }
H1.HeaderClassName
{
color: #21E09A;
}
.AnyTagClassName
{
color: #21E09A;
}
</style>
background-color css
<style>
a { background-color: #21E09A; }
a { background-color: rgb(33,224,154); }
div.DivClassName
{
background-color: #21E09A;
}
.BgClassName
{
background-color: #21E09A;
}
</style>
border-color css
<style>
span { border-color: #21E09A; }
span { border-color: rgb(33,224,154); }
td.TdClassName
{
border-color: #21E09A;
}
.TagClassName
{
border-color: #21E09A;
}
</style>