Shades of Shamrock #21E690
Tints of Shamrock #21E690
RGB
CMYK
RGB Variations
Color information
#21E690 (or 0x21E690) is known color: Shamrock. HEX triplet: 21, E6 and 90. RGB value is (33,230,144). Sum of RGB (Red+Green+Blue) = 33+230+144=407 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.11% from 407); Green value is 230 (90.23% from 255 or 56.51% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 230 - color contains mainly: green. Hex color #21E690 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #21E690 is #DE196F. Grayscale: #A1A1A1. Windows color (decimal): -14555504 or 9496097. OLE color: 9496097.
HSL color Cylindrical-coordinate representation of color #21E690: hue angle of 153.81º 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 #21E690 is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 230 | 144 | - |
| CMYK | 0.86 | 0 | 0.37 | 0.10 |
| HSL | 153.81º | 0.8% | 0.52% | - |
| HSV(B) | 153.81º | 0.86% | 0.9% | - |
| XYZ | 33.96 | 58.93 | 35.97 | - |
| YUV | 161.29 | 118.23 | 36.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 230 | 144 | 0.86 | 0 | 0.37 | 0.10 | 153.81 | 0.8 | 0.52 |
| Hex | 21 | E6 | 90 | 56 | 0 | 25 | A | 9A | 50 | 34 |
| Octal | 41 | 346 | 220 | 126 | 0 | 45 | 12 | 232 | 120 | 64 |
| Binary | 100001 | 11100110 | 10010000 | 1010110 | 0 | 100101 | 1010 | 10011010 | 1010000 | 110100 |
Color Harmonies of #21E690
Complementary color
Monochromatic Colors of #21E690
Black with #21E690
Text Example
Text Example
White with #21E690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E690; }
p { color: rgb(33,230,144); }
H1.HeaderClassName
{
color: #21E690;
}
.AnyTagClassName
{
color: #21E690;
}
</style>
background-color css
<style>
a { background-color: #21E690; }
a { background-color: rgb(33,230,144); }
div.DivClassName
{
background-color: #21E690;
}
.BgClassName
{
background-color: #21E690;
}
</style>
border-color css
<style>
span { border-color: #21E690; }
span { border-color: rgb(33,230,144); }
td.TdClassName
{
border-color: #21E690;
}
.TagClassName
{
border-color: #21E690;
}
</style>