Shades of Mountain Meadow #1CB86E
Tints of Mountain Meadow #1CB86E
RGB
CMYK
RGB Variations
Color information
#1CB86E (or 0x1CB86E) is known color: Mountain Meadow. HEX triplet: 1C, B8 and 6E. RGB value is (28,184,110). Sum of RGB (Red+Green+Blue) = 28+184+110=322 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.70% from 322); Green value is 184 (72.27% from 255 or 57.14% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 184 - color contains mainly: green. Hex color #1CB86E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB86E is #E34791. Grayscale: #818181. Windows color (decimal): -14894994 or 7256092. OLE color: 7256092.
HSL color Cylindrical-coordinate representation of color #1CB86E: hue angle of 151.54º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB86E is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 28 | 184 | 110 | - |
| CMYK | 0.85 | 0 | 0.40 | 0.28 |
| HSL | 151.54º | 0.74% | 0.42% | - |
| HSV(B) | 151.54º | 0.85% | 0.72% | - |
| XYZ | 20.43 | 35.65 | 20.56 | - |
| YUV | 128.92 | 117.32 | 56.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 184 | 110 | 0.85 | 0 | 0.40 | 0.28 | 151.54 | 0.74 | 0.42 |
| Hex | 1C | B8 | 6E | 55 | 0 | 28 | 1C | 98 | 4A | 2A |
| Octal | 34 | 270 | 156 | 125 | 0 | 50 | 34 | 230 | 112 | 52 |
| Binary | 11100 | 10111000 | 1101110 | 1010101 | 0 | 101000 | 11100 | 10011000 | 1001010 | 101010 |
Color Harmonies of #1CB86E
Complementary color
Monochromatic Colors of #1CB86E
Black with #1CB86E
Text Example
Text Example
White with #1CB86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB86E; }
p { color: rgb(28,184,110); }
H1.HeaderClassName
{
color: #1CB86E;
}
.AnyTagClassName
{
color: #1CB86E;
}
</style>
background-color css
<style>
a { background-color: #1CB86E; }
a { background-color: rgb(28,184,110); }
div.DivClassName
{
background-color: #1CB86E;
}
.BgClassName
{
background-color: #1CB86E;
}
</style>
border-color css
<style>
span { border-color: #1CB86E; }
span { border-color: rgb(28,184,110); }
td.TdClassName
{
border-color: #1CB86E;
}
.TagClassName
{
border-color: #1CB86E;
}
</style>