Shades of Shamrock #21D294
Tints of Shamrock #21D294
RGB
CMYK
RGB Variations
Color information
#21D294 (or 0x21D294) is known color: Shamrock. HEX triplet: 21, D2 and 94. RGB value is (33,210,148). Sum of RGB (Red+Green+Blue) = 33+210+148=391 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.44% from 391); Green value is 210 (82.42% from 255 or 53.71% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 210 - color contains mainly: green. Hex color #21D294 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21D294 is #DE2D6B. Grayscale: #969696. Windows color (decimal): -14560620 or 9753121. OLE color: 9753121.
HSL color Cylindrical-coordinate representation of color #21D294: hue angle of 158.98º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D294 is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 210 | 148 | - |
| CMYK | 0.84 | 0 | 0.30 | 0.18 |
| HSL | 158.98º | 0.73% | 0.48% | - |
| HSV(B) | 158.98º | 0.84% | 0.82% | - |
| XYZ | 29.02 | 48.55 | 35.86 | - |
| YUV | 150.01 | 126.86 | 44.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 210 | 148 | 0.84 | 0 | 0.30 | 0.18 | 158.98 | 0.73 | 0.48 |
| Hex | 21 | D2 | 94 | 54 | 0 | 1E | 12 | 9F | 49 | 30 |
| Octal | 41 | 322 | 224 | 124 | 0 | 36 | 22 | 237 | 111 | 60 |
| Binary | 100001 | 11010010 | 10010100 | 1010100 | 0 | 11110 | 10010 | 10011111 | 1001001 | 110000 |
Color Harmonies of #21D294
Complementary color
Monochromatic Colors of #21D294
Black with #21D294
Text Example
Text Example
White with #21D294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D294; }
p { color: rgb(33,210,148); }
H1.HeaderClassName
{
color: #21D294;
}
.AnyTagClassName
{
color: #21D294;
}
</style>
background-color css
<style>
a { background-color: #21D294; }
a { background-color: rgb(33,210,148); }
div.DivClassName
{
background-color: #21D294;
}
.BgClassName
{
background-color: #21D294;
}
</style>
border-color css
<style>
span { border-color: #21D294; }
span { border-color: rgb(33,210,148); }
td.TdClassName
{
border-color: #21D294;
}
.TagClassName
{
border-color: #21D294;
}
</style>