Shades of Shamrock #22CC90
Tints of Shamrock #22CC90
RGB
CMYK
RGB Variations
Color information
#22CC90 (or 0x22CC90) is known color: Shamrock. HEX triplet: 22, CC and 90. RGB value is (34,204,144). Sum of RGB (Red+Green+Blue) = 34+204+144=382 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.90% from 382); Green value is 204 (80.08% from 255 or 53.40% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 204 - color contains mainly: green. Hex color #22CC90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22CC90 is #DD336F. Grayscale: #929292. Windows color (decimal): -14496624 or 9489442. OLE color: 9489442.
HSL color Cylindrical-coordinate representation of color #22CC90: hue angle of 158.82º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22CC90 is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 34 | 204 | 144 | - |
| CMYK | 0.83 | 0 | 0.29 | 0.2 |
| HSL | 158.82º | 0.71% | 0.47% | - |
| HSV(B) | 158.82º | 0.83% | 0.8% | - |
| XYZ | 27.29 | 45.54 | 33.74 | - |
| YUV | 146.33 | 126.68 | 47.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 204 | 144 | 0.83 | 0 | 0.29 | 0.2 | 158.82 | 0.71 | 0.47 |
| Hex | 22 | CC | 90 | 53 | 0 | 1D | 14 | 9F | 47 | 2F |
| Octal | 42 | 314 | 220 | 123 | 0 | 35 | 24 | 237 | 107 | 57 |
| Binary | 100010 | 11001100 | 10010000 | 1010011 | 0 | 11101 | 10100 | 10011111 | 1000111 | 101111 |
Color Harmonies of #22CC90
Complementary color
Monochromatic Colors of #22CC90
Black with #22CC90
Text Example
Text Example
White with #22CC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CC90; }
p { color: rgb(34,204,144); }
H1.HeaderClassName
{
color: #22CC90;
}
.AnyTagClassName
{
color: #22CC90;
}
</style>
background-color css
<style>
a { background-color: #22CC90; }
a { background-color: rgb(34,204,144); }
div.DivClassName
{
background-color: #22CC90;
}
.BgClassName
{
background-color: #22CC90;
}
</style>
border-color css
<style>
span { border-color: #22CC90; }
span { border-color: rgb(34,204,144); }
td.TdClassName
{
border-color: #22CC90;
}
.TagClassName
{
border-color: #22CC90;
}
</style>