Shades of Shamrock #21E18A
Tints of Shamrock #21E18A
RGB
CMYK
RGB Variations
Color information
#21E18A (or 0x21E18A) is known color: Shamrock. HEX triplet: 21, E1 and 8A. RGB value is (33,225,138). Sum of RGB (Red+Green+Blue) = 33+225+138=396 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.33% from 396); Green value is 225 (88.28% from 255 or 56.82% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 225 - color contains mainly: green. Hex color #21E18A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21E18A is #DE1E75. Grayscale: #9D9D9D. Windows color (decimal): -14556790 or 9101601. OLE color: 9101601.
HSL color Cylindrical-coordinate representation of color #21E18A: hue angle of 152.81º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E18A is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 225 | 138 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.12 |
| HSL | 152.81º | 0.76% | 0.51% | - |
| HSV(B) | 152.81º | 0.85% | 0.88% | - |
| XYZ | 32.14 | 56.01 | 33.16 | - |
| YUV | 157.67 | 116.89 | 39.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 225 | 138 | 0.85 | 0 | 0.39 | 0.12 | 152.81 | 0.76 | 0.51 |
| Hex | 21 | E1 | 8A | 55 | 0 | 27 | C | 99 | 4C | 33 |
| Octal | 41 | 341 | 212 | 125 | 0 | 47 | 14 | 231 | 114 | 63 |
| Binary | 100001 | 11100001 | 10001010 | 1010101 | 0 | 100111 | 1100 | 10011001 | 1001100 | 110011 |
Color Harmonies of #21E18A
Complementary color
Monochromatic Colors of #21E18A
Black with #21E18A
Text Example
Text Example
White with #21E18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E18A; }
p { color: rgb(33,225,138); }
H1.HeaderClassName
{
color: #21E18A;
}
.AnyTagClassName
{
color: #21E18A;
}
</style>
background-color css
<style>
a { background-color: #21E18A; }
a { background-color: rgb(33,225,138); }
div.DivClassName
{
background-color: #21E18A;
}
.BgClassName
{
background-color: #21E18A;
}
</style>
border-color css
<style>
span { border-color: #21E18A; }
span { border-color: rgb(33,225,138); }
td.TdClassName
{
border-color: #21E18A;
}
.TagClassName
{
border-color: #21E18A;
}
</style>