Shades of Shamrock #22D290
Tints of Shamrock #22D290
RGB
CMYK
RGB Variations
Color information
#22D290 (or 0x22D290) is known color: Shamrock. HEX triplet: 22, D2 and 90. RGB value is (34,210,144). Sum of RGB (Red+Green+Blue) = 34+210+144=388 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.76% from 388); Green value is 210 (82.42% from 255 or 54.12% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 210 - color contains mainly: green. Hex color #22D290 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22D290 is #DD2D6F. Grayscale: #959595. Windows color (decimal): -14495088 or 9490978. OLE color: 9490978.
HSL color Cylindrical-coordinate representation of color #22D290: hue angle of 157.5º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22D290 is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 34 | 210 | 144 | - |
| CMYK | 0.84 | 0 | 0.31 | 0.18 |
| HSL | 157.5º | 0.72% | 0.48% | - |
| HSV(B) | 157.5º | 0.84% | 0.82% | - |
| XYZ | 28.74 | 48.45 | 34.22 | - |
| YUV | 149.85 | 124.69 | 45.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 210 | 144 | 0.84 | 0 | 0.31 | 0.18 | 157.5 | 0.72 | 0.48 |
| Hex | 22 | D2 | 90 | 54 | 0 | 1F | 12 | 9E | 48 | 30 |
| Octal | 42 | 322 | 220 | 124 | 0 | 37 | 22 | 236 | 110 | 60 |
| Binary | 100010 | 11010010 | 10010000 | 1010100 | 0 | 11111 | 10010 | 10011110 | 1001000 | 110000 |
Color Harmonies of #22D290
Complementary color
Monochromatic Colors of #22D290
Black with #22D290
Text Example
Text Example
White with #22D290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22D290; }
p { color: rgb(34,210,144); }
H1.HeaderClassName
{
color: #22D290;
}
.AnyTagClassName
{
color: #22D290;
}
</style>
background-color css
<style>
a { background-color: #22D290; }
a { background-color: rgb(34,210,144); }
div.DivClassName
{
background-color: #22D290;
}
.BgClassName
{
background-color: #22D290;
}
</style>
border-color css
<style>
span { border-color: #22D290; }
span { border-color: rgb(34,210,144); }
td.TdClassName
{
border-color: #22D290;
}
.TagClassName
{
border-color: #22D290;
}
</style>