Shades of Shamrock #22D698
Tints of Shamrock #22D698
RGB
CMYK
RGB Variations
Color information
#22D698 (or 0x22D698) is known color: Shamrock. HEX triplet: 22, D6 and 98. RGB value is (34,214,152). Sum of RGB (Red+Green+Blue) = 34+214+152=400 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.5% from 400); Green value is 214 (83.98% from 255 or 53.5% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 214 - color contains mainly: green. Hex color #22D698 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22D698 is #DD2967. Grayscale: #999999. Windows color (decimal): -14494056 or 10016290. OLE color: 10016290.
HSL color Cylindrical-coordinate representation of color #22D698: hue angle of 159.33º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22D698 is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 34 | 214 | 152 | - |
| CMYK | 0.84 | 0 | 0.29 | 0.16 |
| HSL | 159.33º | 0.73% | 0.49% | - |
| HSV(B) | 159.33º | 0.84% | 0.84% | - |
| XYZ | 30.37 | 50.7 | 37.89 | - |
| YUV | 153.11 | 127.37 | 43.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 214 | 152 | 0.84 | 0 | 0.29 | 0.16 | 159.33 | 0.73 | 0.49 |
| Hex | 22 | D6 | 98 | 54 | 0 | 1D | 10 | 9F | 49 | 31 |
| Octal | 42 | 326 | 230 | 124 | 0 | 35 | 20 | 237 | 111 | 61 |
| Binary | 100010 | 11010110 | 10011000 | 1010100 | 0 | 11101 | 10000 | 10011111 | 1001001 | 110001 |
Color Harmonies of #22D698
Complementary color
Monochromatic Colors of #22D698
Black with #22D698
Text Example
Text Example
White with #22D698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22D698; }
p { color: rgb(34,214,152); }
H1.HeaderClassName
{
color: #22D698;
}
.AnyTagClassName
{
color: #22D698;
}
</style>
background-color css
<style>
a { background-color: #22D698; }
a { background-color: rgb(34,214,152); }
div.DivClassName
{
background-color: #22D698;
}
.BgClassName
{
background-color: #22D698;
}
</style>
border-color css
<style>
span { border-color: #22D698; }
span { border-color: rgb(34,214,152); }
td.TdClassName
{
border-color: #22D698;
}
.TagClassName
{
border-color: #22D698;
}
</style>