Shades of Shamrock #21E08A
Tints of Shamrock #21E08A
RGB
CMYK
RGB Variations
Color information
#21E08A (or 0x21E08A) is known color: Shamrock. HEX triplet: 21, E0 and 8A. RGB value is (33,224,138). Sum of RGB (Red+Green+Blue) = 33+224+138=395 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.35% from 395); Green value is 224 (87.89% from 255 or 56.71% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 224 - color contains mainly: green. Hex color #21E08A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21E08A is #DE1F75. Grayscale: #9D9D9D. Windows color (decimal): -14557046 or 9101345. OLE color: 9101345.
HSL color Cylindrical-coordinate representation of color #21E08A: hue angle of 152.98º 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 #21E08A is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 224 | 138 | - |
| CMYK | 0.85 | 0 | 0.38 | 0.12 |
| HSL | 152.98º | 0.75% | 0.5% | - |
| HSV(B) | 152.98º | 0.85% | 0.88% | - |
| XYZ | 31.87 | 55.47 | 33.07 | - |
| YUV | 157.09 | 117.22 | 39.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 224 | 138 | 0.85 | 0 | 0.38 | 0.12 | 152.98 | 0.75 | 0.5 |
| Hex | 21 | E0 | 8A | 55 | 0 | 26 | C | 99 | 4B | 32 |
| Octal | 41 | 340 | 212 | 125 | 0 | 46 | 14 | 231 | 113 | 62 |
| Binary | 100001 | 11100000 | 10001010 | 1010101 | 0 | 100110 | 1100 | 10011001 | 1001011 | 110010 |
Color Harmonies of #21E08A
Complementary color
Monochromatic Colors of #21E08A
Black with #21E08A
Text Example
Text Example
White with #21E08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E08A; }
p { color: rgb(33,224,138); }
H1.HeaderClassName
{
color: #21E08A;
}
.AnyTagClassName
{
color: #21E08A;
}
</style>
background-color css
<style>
a { background-color: #21E08A; }
a { background-color: rgb(33,224,138); }
div.DivClassName
{
background-color: #21E08A;
}
.BgClassName
{
background-color: #21E08A;
}
</style>
border-color css
<style>
span { border-color: #21E08A; }
span { border-color: rgb(33,224,138); }
td.TdClassName
{
border-color: #21E08A;
}
.TagClassName
{
border-color: #21E08A;
}
</style>