Shades of Mountain Meadow #17CB70
Tints of Mountain Meadow #17CB70
RGB
CMYK
RGB Variations
Color information
#17CB70 (or 0x17CB70) is known color: Mountain Meadow. HEX triplet: 17, CB and 70. RGB value is (23,203,112). Sum of RGB (Red+Green+Blue) = 23+203+112=338 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.80% from 338); Green value is 203 (79.69% from 255 or 60.06% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 203 - color contains mainly: green. Hex color #17CB70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #17CB70 is #E8348F. Grayscale: #8A8A8A. Windows color (decimal): -15217808 or 7392023. OLE color: 7392023.
HSL color Cylindrical-coordinate representation of color #17CB70: hue angle of 149.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17CB70 is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 203 | 112 | - |
| CMYK | 0.89 | 0 | 0.45 | 0.20 |
| HSL | 149.67º | 0.8% | 0.44% | - |
| HSV(B) | 149.67º | 0.89% | 0.8% | - |
| XYZ | 24.63 | 44.06 | 22.54 | - |
| YUV | 138.81 | 112.87 | 45.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 203 | 112 | 0.89 | 0 | 0.45 | 0.20 | 149.67 | 0.8 | 0.44 |
| Hex | 17 | CB | 70 | 59 | 0 | 2D | 14 | 96 | 50 | 2C |
| Octal | 27 | 313 | 160 | 131 | 0 | 55 | 24 | 226 | 120 | 54 |
| Binary | 10111 | 11001011 | 1110000 | 1011001 | 0 | 101101 | 10100 | 10010110 | 1010000 | 101100 |
Color Harmonies of #17CB70
Complementary color
Monochromatic Colors of #17CB70
Black with #17CB70
Text Example
Text Example
White with #17CB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CB70; }
p { color: rgb(23,203,112); }
H1.HeaderClassName
{
color: #17CB70;
}
.AnyTagClassName
{
color: #17CB70;
}
</style>
background-color css
<style>
a { background-color: #17CB70; }
a { background-color: rgb(23,203,112); }
div.DivClassName
{
background-color: #17CB70;
}
.BgClassName
{
background-color: #17CB70;
}
</style>
border-color css
<style>
span { border-color: #17CB70; }
span { border-color: rgb(23,203,112); }
td.TdClassName
{
border-color: #17CB70;
}
.TagClassName
{
border-color: #17CB70;
}
</style>