Shades of Shamrock #21E09B
Tints of Shamrock #21E09B
RGB
CMYK
RGB Variations
Color information
#21E09B (or 0x21E09B) is known color: Shamrock. HEX triplet: 21, E0 and 9B. RGB value is (33,224,155). Sum of RGB (Red+Green+Blue) = 33+224+155=412 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.01% from 412); Green value is 224 (87.89% from 255 or 54.37% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 224 - color contains mainly: green. Hex color #21E09B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21E09B is #DE1F64. Grayscale: #9F9F9F. Windows color (decimal): -14557029 or 10215457. OLE color: 10215457.
HSL color Cylindrical-coordinate representation of color #21E09B: hue angle of 158.32º 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 #21E09B is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 224 | 155 | - |
| CMYK | 0.85 | 0 | 0.31 | 0.12 |
| HSL | 158.32º | 0.75% | 0.5% | - |
| HSV(B) | 158.32º | 0.85% | 0.88% | - |
| XYZ | 33.2 | 56 | 40.07 | - |
| YUV | 159.03 | 125.72 | 38.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 224 | 155 | 0.85 | 0 | 0.31 | 0.12 | 158.32 | 0.75 | 0.5 |
| Hex | 21 | E0 | 9B | 55 | 0 | 1F | C | 9E | 4B | 32 |
| Octal | 41 | 340 | 233 | 125 | 0 | 37 | 14 | 236 | 113 | 62 |
| Binary | 100001 | 11100000 | 10011011 | 1010101 | 0 | 11111 | 1100 | 10011110 | 1001011 | 110010 |
Color Harmonies of #21E09B
Complementary color
Monochromatic Colors of #21E09B
Black with #21E09B
Text Example
Text Example
White with #21E09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E09B; }
p { color: rgb(33,224,155); }
H1.HeaderClassName
{
color: #21E09B;
}
.AnyTagClassName
{
color: #21E09B;
}
</style>
background-color css
<style>
a { background-color: #21E09B; }
a { background-color: rgb(33,224,155); }
div.DivClassName
{
background-color: #21E09B;
}
.BgClassName
{
background-color: #21E09B;
}
</style>
border-color css
<style>
span { border-color: #21E09B; }
span { border-color: rgb(33,224,155); }
td.TdClassName
{
border-color: #21E09B;
}
.TagClassName
{
border-color: #21E09B;
}
</style>