Shades of Shamrock #22DD99
Tints of Shamrock #22DD99
RGB
CMYK
RGB Variations
Color information
#22DD99 (or 0x22DD99) is known color: Shamrock. HEX triplet: 22, DD and 99. RGB value is (34,221,153). Sum of RGB (Red+Green+Blue) = 34+221+153=408 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.33% from 408); Green value is 221 (86.72% from 255 or 54.17% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 221 - color contains mainly: green. Hex color #22DD99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22DD99 is #DD2266. Grayscale: #9D9D9D. Windows color (decimal): -14492263 or 10083618. OLE color: 10083618.
HSL color Cylindrical-coordinate representation of color #22DD99: hue angle of 158.18º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22DD99 is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 221 | 153 | - |
| CMYK | 0.85 | 0 | 0.31 | 0.13 |
| HSL | 158.18º | 0.73% | 0.5% | - |
| HSV(B) | 158.18º | 0.85% | 0.87% | - |
| XYZ | 32.27 | 54.35 | 38.93 | - |
| YUV | 157.34 | 125.55 | 40.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 221 | 153 | 0.85 | 0 | 0.31 | 0.13 | 158.18 | 0.73 | 0.5 |
| Hex | 22 | DD | 99 | 55 | 0 | 1F | D | 9E | 49 | 32 |
| Octal | 42 | 335 | 231 | 125 | 0 | 37 | 15 | 236 | 111 | 62 |
| Binary | 100010 | 11011101 | 10011001 | 1010101 | 0 | 11111 | 1101 | 10011110 | 1001001 | 110010 |
Color Harmonies of #22DD99
Complementary color
Monochromatic Colors of #22DD99
Black with #22DD99
Text Example
Text Example
White with #22DD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22DD99; }
p { color: rgb(34,221,153); }
H1.HeaderClassName
{
color: #22DD99;
}
.AnyTagClassName
{
color: #22DD99;
}
</style>
background-color css
<style>
a { background-color: #22DD99; }
a { background-color: rgb(34,221,153); }
div.DivClassName
{
background-color: #22DD99;
}
.BgClassName
{
background-color: #22DD99;
}
</style>
border-color css
<style>
span { border-color: #22DD99; }
span { border-color: rgb(34,221,153); }
td.TdClassName
{
border-color: #22DD99;
}
.TagClassName
{
border-color: #22DD99;
}
</style>