Shades of Shamrock #22E484
Tints of Shamrock #22E484
RGB
CMYK
RGB Variations
Color information
#22E484 (or 0x22E484) is known color: Shamrock. HEX triplet: 22, E4 and 84. RGB value is (34,228,132). Sum of RGB (Red+Green+Blue) = 34+228+132=394 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.63% from 394); Green value is 228 (89.45% from 255 or 57.87% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 228 - color contains mainly: green. Hex color #22E484 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22E484 is #DD1B7B. Grayscale: #9F9F9F. Windows color (decimal): -14490492 or 8709154. OLE color: 8709154.
HSL color Cylindrical-coordinate representation of color #22E484: hue angle of 150.31º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22E484 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 34 | 228 | 132 | - |
| CMYK | 0.85 | 0 | 0.42 | 0.11 |
| HSL | 150.31º | 0.78% | 0.51% | - |
| HSV(B) | 150.31º | 0.85% | 0.89% | - |
| XYZ | 32.57 | 57.49 | 31.21 | - |
| YUV | 159.05 | 112.73 | 38.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 228 | 132 | 0.85 | 0 | 0.42 | 0.11 | 150.31 | 0.78 | 0.51 |
| Hex | 22 | E4 | 84 | 55 | 0 | 2A | B | 96 | 4E | 33 |
| Octal | 42 | 344 | 204 | 125 | 0 | 52 | 13 | 226 | 116 | 63 |
| Binary | 100010 | 11100100 | 10000100 | 1010101 | 0 | 101010 | 1011 | 10010110 | 1001110 | 110011 |
Color Harmonies of #22E484
Complementary color
Monochromatic Colors of #22E484
Black with #22E484
Text Example
Text Example
White with #22E484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22E484; }
p { color: rgb(34,228,132); }
H1.HeaderClassName
{
color: #22E484;
}
.AnyTagClassName
{
color: #22E484;
}
</style>
background-color css
<style>
a { background-color: #22E484; }
a { background-color: rgb(34,228,132); }
div.DivClassName
{
background-color: #22E484;
}
.BgClassName
{
background-color: #22E484;
}
</style>
border-color css
<style>
span { border-color: #22E484; }
span { border-color: rgb(34,228,132); }
td.TdClassName
{
border-color: #22E484;
}
.TagClassName
{
border-color: #22E484;
}
</style>