Shades of Mountain Meadow #23C28C
Tints of Mountain Meadow #23C28C
RGB
CMYK
RGB Variations
Color information
#23C28C (or 0x23C28C) is known color: Mountain Meadow. HEX triplet: 23, C2 and 8C. RGB value is (35,194,140). Sum of RGB (Red+Green+Blue) = 35+194+140=369 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.49% from 369); Green value is 194 (76.17% from 255 or 52.57% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 194 - color contains mainly: green. Hex color #23C28C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23C28C is #DC3D73. Grayscale: #8C8C8C. Windows color (decimal): -14433652 or 9224739. OLE color: 9224739.
HSL color Cylindrical-coordinate representation of color #23C28C: hue angle of 159.62º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C28C is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 194 | 140 | - |
| CMYK | 0.82 | 0 | 0.28 | 0.24 |
| HSL | 159.62º | 0.69% | 0.45% | - |
| HSV(B) | 159.62º | 0.82% | 0.76% | - |
| XYZ | 24.72 | 40.83 | 31.39 | - |
| YUV | 140.3 | 127.82 | 52.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 194 | 140 | 0.82 | 0 | 0.28 | 0.24 | 159.62 | 0.69 | 0.45 |
| Hex | 23 | C2 | 8C | 52 | 0 | 1C | 18 | A0 | 45 | 2D |
| Octal | 43 | 302 | 214 | 122 | 0 | 34 | 30 | 240 | 105 | 55 |
| Binary | 100011 | 11000010 | 10001100 | 1010010 | 0 | 11100 | 11000 | 10100000 | 1000101 | 101101 |
Color Harmonies of #23C28C
Complementary color
Monochromatic Colors of #23C28C
Black with #23C28C
Text Example
Text Example
White with #23C28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C28C; }
p { color: rgb(35,194,140); }
H1.HeaderClassName
{
color: #23C28C;
}
.AnyTagClassName
{
color: #23C28C;
}
</style>
background-color css
<style>
a { background-color: #23C28C; }
a { background-color: rgb(35,194,140); }
div.DivClassName
{
background-color: #23C28C;
}
.BgClassName
{
background-color: #23C28C;
}
</style>
border-color css
<style>
span { border-color: #23C28C; }
span { border-color: rgb(35,194,140); }
td.TdClassName
{
border-color: #23C28C;
}
.TagClassName
{
border-color: #23C28C;
}
</style>