Shades of Shamrock #21CE9A
Tints of Shamrock #21CE9A
RGB
CMYK
RGB Variations
Color information
#21CE9A (or 0x21CE9A) is known color: Shamrock. HEX triplet: 21, CE and 9A. RGB value is (33,206,154). Sum of RGB (Red+Green+Blue) = 33+206+154=393 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.40% from 393); Green value is 206 (80.86% from 255 or 52.42% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 206 - color contains mainly: green. Hex color #21CE9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CE9A is #DE3165. Grayscale: #949494. Windows color (decimal): -14561638 or 10145313. OLE color: 10145313.
HSL color Cylindrical-coordinate representation of color #21CE9A: hue angle of 161.97º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CE9A is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 206 | 154 | - |
| CMYK | 0.84 | 0 | 0.25 | 0.19 |
| HSL | 161.97º | 0.72% | 0.47% | - |
| HSV(B) | 161.97º | 0.84% | 0.81% | - |
| XYZ | 28.53 | 46.8 | 38.1 | - |
| YUV | 148.35 | 131.19 | 45.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 206 | 154 | 0.84 | 0 | 0.25 | 0.19 | 161.97 | 0.72 | 0.47 |
| Hex | 21 | CE | 9A | 54 | 0 | 19 | 13 | A2 | 48 | 2F |
| Octal | 41 | 316 | 232 | 124 | 0 | 31 | 23 | 242 | 110 | 57 |
| Binary | 100001 | 11001110 | 10011010 | 1010100 | 0 | 11001 | 10011 | 10100010 | 1001000 | 101111 |
Color Harmonies of #21CE9A
Complementary color
Monochromatic Colors of #21CE9A
Black with #21CE9A
Text Example
Text Example
White with #21CE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CE9A; }
p { color: rgb(33,206,154); }
H1.HeaderClassName
{
color: #21CE9A;
}
.AnyTagClassName
{
color: #21CE9A;
}
</style>
background-color css
<style>
a { background-color: #21CE9A; }
a { background-color: rgb(33,206,154); }
div.DivClassName
{
background-color: #21CE9A;
}
.BgClassName
{
background-color: #21CE9A;
}
</style>
border-color css
<style>
span { border-color: #21CE9A; }
span { border-color: rgb(33,206,154); }
td.TdClassName
{
border-color: #21CE9A;
}
.TagClassName
{
border-color: #21CE9A;
}
</style>