Shades of Mountain Meadow #1CB68A
Tints of Mountain Meadow #1CB68A
RGB
CMYK
RGB Variations
Color information
#1CB68A (or 0x1CB68A) is known color: Mountain Meadow. HEX triplet: 1C, B6 and 8A. RGB value is (28,182,138). Sum of RGB (Red+Green+Blue) = 28+182+138=348 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8.05% from 348); Green value is 182 (71.48% from 255 or 52.30% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 182 - color contains mainly: green. Hex color #1CB68A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB68A is #E34975. Grayscale: #828282. Windows color (decimal): -14895478 or 9090588. OLE color: 9090588.
HSL color Cylindrical-coordinate representation of color #1CB68A: hue angle of 162.86º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB68A is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 182 | 138 | - |
| CMYK | 0.85 | 0 | 0.24 | 0.29 |
| HSL | 162.86º | 0.73% | 0.41% | - |
| HSV(B) | 162.86º | 0.85% | 0.71% | - |
| XYZ | 21.79 | 35.54 | 29.76 | - |
| YUV | 130.94 | 131.98 | 54.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 182 | 138 | 0.85 | 0 | 0.24 | 0.29 | 162.86 | 0.73 | 0.41 |
| Hex | 1C | B6 | 8A | 55 | 0 | 18 | 1D | A3 | 49 | 29 |
| Octal | 34 | 266 | 212 | 125 | 0 | 30 | 35 | 243 | 111 | 51 |
| Binary | 11100 | 10110110 | 10001010 | 1010101 | 0 | 11000 | 11101 | 10100011 | 1001001 | 101001 |
Color Harmonies of #1CB68A
Complementary color
Monochromatic Colors of #1CB68A
Black with #1CB68A
Text Example
Text Example
White with #1CB68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB68A; }
p { color: rgb(28,182,138); }
H1.HeaderClassName
{
color: #1CB68A;
}
.AnyTagClassName
{
color: #1CB68A;
}
</style>
background-color css
<style>
a { background-color: #1CB68A; }
a { background-color: rgb(28,182,138); }
div.DivClassName
{
background-color: #1CB68A;
}
.BgClassName
{
background-color: #1CB68A;
}
</style>
border-color css
<style>
span { border-color: #1CB68A; }
span { border-color: rgb(28,182,138); }
td.TdClassName
{
border-color: #1CB68A;
}
.TagClassName
{
border-color: #1CB68A;
}
</style>