Shades of Shamrock #22D48B
Tints of Shamrock #22D48B
RGB
CMYK
RGB Variations
Color information
#22D48B (or 0x22D48B) is known color: Shamrock. HEX triplet: 22, D4 and 8B. RGB value is (34,212,139). Sum of RGB (Red+Green+Blue) = 34+212+139=385 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.83% from 385); Green value is 212 (83.20% from 255 or 55.06% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 212 - color contains mainly: green. Hex color #22D48B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22D48B is #DD2B74. Grayscale: #969696. Windows color (decimal): -14494581 or 9163810. OLE color: 9163810.
HSL color Cylindrical-coordinate representation of color #22D48B: hue angle of 155.39º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22D48B is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 34 | 212 | 139 | - |
| CMYK | 0.84 | 0 | 0.34 | 0.17 |
| HSL | 155.39º | 0.72% | 0.48% | - |
| HSV(B) | 155.39º | 0.84% | 0.83% | - |
| XYZ | 28.86 | 49.29 | 32.42 | - |
| YUV | 150.46 | 121.53 | 44.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 212 | 139 | 0.84 | 0 | 0.34 | 0.17 | 155.39 | 0.72 | 0.48 |
| Hex | 22 | D4 | 8B | 54 | 0 | 22 | 11 | 9B | 48 | 30 |
| Octal | 42 | 324 | 213 | 124 | 0 | 42 | 21 | 233 | 110 | 60 |
| Binary | 100010 | 11010100 | 10001011 | 1010100 | 0 | 100010 | 10001 | 10011011 | 1001000 | 110000 |
Color Harmonies of #22D48B
Complementary color
Monochromatic Colors of #22D48B
Black with #22D48B
Text Example
Text Example
White with #22D48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22D48B; }
p { color: rgb(34,212,139); }
H1.HeaderClassName
{
color: #22D48B;
}
.AnyTagClassName
{
color: #22D48B;
}
</style>
background-color css
<style>
a { background-color: #22D48B; }
a { background-color: rgb(34,212,139); }
div.DivClassName
{
background-color: #22D48B;
}
.BgClassName
{
background-color: #22D48B;
}
</style>
border-color css
<style>
span { border-color: #22D48B; }
span { border-color: rgb(34,212,139); }
td.TdClassName
{
border-color: #22D48B;
}
.TagClassName
{
border-color: #22D48B;
}
</style>