Shades of Mountain Meadow #22C38E
Tints of Mountain Meadow #22C38E
RGB
CMYK
RGB Variations
Color information
#22C38E (or 0x22C38E) is known color: Mountain Meadow. HEX triplet: 22, C3 and 8E. RGB value is (34,195,142). Sum of RGB (Red+Green+Blue) = 34+195+142=371 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.16% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #22C38E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22C38E is #DD3C71. Grayscale: #8C8C8C. Windows color (decimal): -14498930 or 9356066. OLE color: 9356066.
HSL color Cylindrical-coordinate representation of color #22C38E: hue angle of 160.25º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22C38E is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 195 | 142 | - |
| CMYK | 0.83 | 0 | 0.27 | 0.24 |
| HSL | 160.25º | 0.7% | 0.45% | - |
| HSV(B) | 160.25º | 0.83% | 0.76% | - |
| XYZ | 25.06 | 41.32 | 32.25 | - |
| YUV | 140.82 | 128.66 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 195 | 142 | 0.83 | 0 | 0.27 | 0.24 | 160.25 | 0.7 | 0.45 |
| Hex | 22 | C3 | 8E | 53 | 0 | 1B | 18 | A0 | 46 | 2D |
| Octal | 42 | 303 | 216 | 123 | 0 | 33 | 30 | 240 | 106 | 55 |
| Binary | 100010 | 11000011 | 10001110 | 1010011 | 0 | 11011 | 11000 | 10100000 | 1000110 | 101101 |
Color Harmonies of #22C38E
Complementary color
Monochromatic Colors of #22C38E
Black with #22C38E
Text Example
Text Example
White with #22C38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C38E; }
p { color: rgb(34,195,142); }
H1.HeaderClassName
{
color: #22C38E;
}
.AnyTagClassName
{
color: #22C38E;
}
</style>
background-color css
<style>
a { background-color: #22C38E; }
a { background-color: rgb(34,195,142); }
div.DivClassName
{
background-color: #22C38E;
}
.BgClassName
{
background-color: #22C38E;
}
</style>
border-color css
<style>
span { border-color: #22C38E; }
span { border-color: rgb(34,195,142); }
td.TdClassName
{
border-color: #22C38E;
}
.TagClassName
{
border-color: #22C38E;
}
</style>