Shades of Shamrock #21E093
Tints of Shamrock #21E093
RGB
CMYK
RGB Variations
Color information
#21E093 (or 0x21E093) is known color: Shamrock. HEX triplet: 21, E0 and 93. RGB value is (33,224,147). Sum of RGB (Red+Green+Blue) = 33+224+147=404 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.17% from 404); Green value is 224 (87.89% from 255 or 55.45% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 224 - color contains mainly: green. Hex color #21E093 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21E093 is #DE1F6C. Grayscale: #9E9E9E. Windows color (decimal): -14557037 or 9691169. OLE color: 9691169.
HSL color Cylindrical-coordinate representation of color #21E093: hue angle of 155.81º 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 #21E093 is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 224 | 147 | - |
| CMYK | 0.85 | 0 | 0.34 | 0.12 |
| HSL | 155.81º | 0.75% | 0.5% | - |
| HSV(B) | 155.81º | 0.85% | 0.88% | - |
| XYZ | 32.55 | 55.74 | 36.65 | - |
| YUV | 158.11 | 121.72 | 38.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 224 | 147 | 0.85 | 0 | 0.34 | 0.12 | 155.81 | 0.75 | 0.5 |
| Hex | 21 | E0 | 93 | 55 | 0 | 22 | C | 9C | 4B | 32 |
| Octal | 41 | 340 | 223 | 125 | 0 | 42 | 14 | 234 | 113 | 62 |
| Binary | 100001 | 11100000 | 10010011 | 1010101 | 0 | 100010 | 1100 | 10011100 | 1001011 | 110010 |
Color Harmonies of #21E093
Complementary color
Monochromatic Colors of #21E093
Black with #21E093
Text Example
Text Example
White with #21E093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E093; }
p { color: rgb(33,224,147); }
H1.HeaderClassName
{
color: #21E093;
}
.AnyTagClassName
{
color: #21E093;
}
</style>
background-color css
<style>
a { background-color: #21E093; }
a { background-color: rgb(33,224,147); }
div.DivClassName
{
background-color: #21E093;
}
.BgClassName
{
background-color: #21E093;
}
</style>
border-color css
<style>
span { border-color: #21E093; }
span { border-color: rgb(33,224,147); }
td.TdClassName
{
border-color: #21E093;
}
.TagClassName
{
border-color: #21E093;
}
</style>