Shades of Shamrock #22D095
Tints of Shamrock #22D095
RGB
CMYK
RGB Variations
Color information
#22D095 (or 0x22D095) is known color: Shamrock. HEX triplet: 22, D0 and 95. RGB value is (34,208,149). Sum of RGB (Red+Green+Blue) = 34+208+149=391 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.70% from 391); Green value is 208 (81.64% from 255 or 53.20% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 208 - color contains mainly: green. Hex color #22D095 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22D095 is #DD2F6A. Grayscale: #959595. Windows color (decimal): -14495595 or 9818146. OLE color: 9818146.
HSL color Cylindrical-coordinate representation of color #22D095: hue angle of 159.66º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22D095 is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 34 | 208 | 149 | - |
| CMYK | 0.84 | 0 | 0.28 | 0.18 |
| HSL | 159.66º | 0.72% | 0.47% | - |
| HSV(B) | 159.66º | 0.84% | 0.82% | - |
| XYZ | 28.64 | 47.62 | 36.12 | - |
| YUV | 149.25 | 127.85 | 45.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 208 | 149 | 0.84 | 0 | 0.28 | 0.18 | 159.66 | 0.72 | 0.47 |
| Hex | 22 | D0 | 95 | 54 | 0 | 1C | 12 | A0 | 48 | 2F |
| Octal | 42 | 320 | 225 | 124 | 0 | 34 | 22 | 240 | 110 | 57 |
| Binary | 100010 | 11010000 | 10010101 | 1010100 | 0 | 11100 | 10010 | 10100000 | 1001000 | 101111 |
Color Harmonies of #22D095
Complementary color
Monochromatic Colors of #22D095
Black with #22D095
Text Example
Text Example
White with #22D095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22D095; }
p { color: rgb(34,208,149); }
H1.HeaderClassName
{
color: #22D095;
}
.AnyTagClassName
{
color: #22D095;
}
</style>
background-color css
<style>
a { background-color: #22D095; }
a { background-color: rgb(34,208,149); }
div.DivClassName
{
background-color: #22D095;
}
.BgClassName
{
background-color: #22D095;
}
</style>
border-color css
<style>
span { border-color: #22D095; }
span { border-color: rgb(34,208,149); }
td.TdClassName
{
border-color: #22D095;
}
.TagClassName
{
border-color: #22D095;
}
</style>