Shades of Shamrock #21C59A
Tints of Shamrock #21C59A
RGB
CMYK
RGB Variations
Color information
#21C59A (or 0x21C59A) is known color: Shamrock. HEX triplet: 21, C5 and 9A. RGB value is (33,197,154). Sum of RGB (Red+Green+Blue) = 33+197+154=384 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.59% from 384); Green value is 197 (77.34% from 255 or 51.30% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 197 - color contains mainly: green. Hex color #21C59A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21C59A is #DE3A65. Grayscale: #8F8F8F. Windows color (decimal): -14563942 or 10143009. OLE color: 10143009.
HSL color Cylindrical-coordinate representation of color #21C59A: hue angle of 164.27º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C59A is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 33 | 197 | 154 | - |
| CMYK | 0.83 | 0 | 0.22 | 0.23 |
| HSL | 164.27º | 0.71% | 0.45% | - |
| HSV(B) | 164.27º | 0.83% | 0.77% | - |
| XYZ | 26.43 | 42.59 | 37.4 | - |
| YUV | 143.06 | 134.17 | 49.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 197 | 154 | 0.83 | 0 | 0.22 | 0.23 | 164.27 | 0.71 | 0.45 |
| Hex | 21 | C5 | 9A | 53 | 0 | 16 | 17 | A4 | 47 | 2D |
| Octal | 41 | 305 | 232 | 123 | 0 | 26 | 27 | 244 | 107 | 55 |
| Binary | 100001 | 11000101 | 10011010 | 1010011 | 0 | 10110 | 10111 | 10100100 | 1000111 | 101101 |
Color Harmonies of #21C59A
Complementary color
Monochromatic Colors of #21C59A
Black with #21C59A
Text Example
Text Example
White with #21C59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C59A; }
p { color: rgb(33,197,154); }
H1.HeaderClassName
{
color: #21C59A;
}
.AnyTagClassName
{
color: #21C59A;
}
</style>
background-color css
<style>
a { background-color: #21C59A; }
a { background-color: rgb(33,197,154); }
div.DivClassName
{
background-color: #21C59A;
}
.BgClassName
{
background-color: #21C59A;
}
</style>
border-color css
<style>
span { border-color: #21C59A; }
span { border-color: rgb(33,197,154); }
td.TdClassName
{
border-color: #21C59A;
}
.TagClassName
{
border-color: #21C59A;
}
</style>