Shades of Shamrock #21E698
Tints of Shamrock #21E698
RGB
CMYK
RGB Variations
Color information
#21E698 (or 0x21E698) is known color: Shamrock. HEX triplet: 21, E6 and 98. RGB value is (33,230,152). Sum of RGB (Red+Green+Blue) = 33+230+152=415 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.95% from 415); Green value is 230 (90.23% from 255 or 55.42% from 415); Blue value is 152 (59.77% from 255 or 36.63% from 415); Max value from RGB is 230 - color contains mainly: green. Hex color #21E698 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #21E698 is #DE1967. Grayscale: #A2A2A2. Windows color (decimal): -14555496 or 10020385. OLE color: 10020385.
HSL color Cylindrical-coordinate representation of color #21E698: hue angle of 156.24º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E698 is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 230 | 152 | - |
| CMYK | 0.86 | 0 | 0.34 | 0.10 |
| HSL | 156.24º | 0.8% | 0.52% | - |
| HSV(B) | 156.24º | 0.86% | 0.9% | - |
| XYZ | 34.59 | 59.18 | 39.31 | - |
| YUV | 162.21 | 122.23 | 35.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 230 | 152 | 0.86 | 0 | 0.34 | 0.10 | 156.24 | 0.8 | 0.52 |
| Hex | 21 | E6 | 98 | 56 | 0 | 22 | A | 9C | 50 | 34 |
| Octal | 41 | 346 | 230 | 126 | 0 | 42 | 12 | 234 | 120 | 64 |
| Binary | 100001 | 11100110 | 10011000 | 1010110 | 0 | 100010 | 1010 | 10011100 | 1010000 | 110100 |
Color Harmonies of #21E698
Complementary color
Monochromatic Colors of #21E698
Black with #21E698
Text Example
Text Example
White with #21E698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E698; }
p { color: rgb(33,230,152); }
H1.HeaderClassName
{
color: #21E698;
}
.AnyTagClassName
{
color: #21E698;
}
</style>
background-color css
<style>
a { background-color: #21E698; }
a { background-color: rgb(33,230,152); }
div.DivClassName
{
background-color: #21E698;
}
.BgClassName
{
background-color: #21E698;
}
</style>
border-color css
<style>
span { border-color: #21E698; }
span { border-color: rgb(33,230,152); }
td.TdClassName
{
border-color: #21E698;
}
.TagClassName
{
border-color: #21E698;
}
</style>