Shades of Mountain Meadow #1CC68B
Tints of Mountain Meadow #1CC68B
RGB
CMYK
RGB Variations
Color information
#1CC68B (or 0x1CC68B) is known color: Mountain Meadow. HEX triplet: 1C, C6 and 8B. RGB value is (28,198,139). Sum of RGB (Red+Green+Blue) = 28+198+139=365 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.67% from 365); Green value is 198 (77.73% from 255 or 54.25% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 198 - color contains mainly: green. Hex color #1CC68B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC68B is #E33974. Grayscale: #8C8C8C. Windows color (decimal): -14891381 or 9160220. OLE color: 9160220.
HSL color Cylindrical-coordinate representation of color #1CC68B: hue angle of 159.18º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC68B is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 28 | 198 | 139 | - |
| CMYK | 0.86 | 0 | 0.30 | 0.22 |
| HSL | 159.18º | 0.75% | 0.44% | - |
| HSV(B) | 159.18º | 0.86% | 0.78% | - |
| XYZ | 25.33 | 42.5 | 31.29 | - |
| YUV | 140.44 | 127.18 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 198 | 139 | 0.86 | 0 | 0.30 | 0.22 | 159.18 | 0.75 | 0.44 |
| Hex | 1C | C6 | 8B | 56 | 0 | 1E | 16 | 9F | 4B | 2C |
| Octal | 34 | 306 | 213 | 126 | 0 | 36 | 26 | 237 | 113 | 54 |
| Binary | 11100 | 11000110 | 10001011 | 1010110 | 0 | 11110 | 10110 | 10011111 | 1001011 | 101100 |
Color Harmonies of #1CC68B
Complementary color
Monochromatic Colors of #1CC68B
Black with #1CC68B
Text Example
Text Example
White with #1CC68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC68B; }
p { color: rgb(28,198,139); }
H1.HeaderClassName
{
color: #1CC68B;
}
.AnyTagClassName
{
color: #1CC68B;
}
</style>
background-color css
<style>
a { background-color: #1CC68B; }
a { background-color: rgb(28,198,139); }
div.DivClassName
{
background-color: #1CC68B;
}
.BgClassName
{
background-color: #1CC68B;
}
</style>
border-color css
<style>
span { border-color: #1CC68B; }
span { border-color: rgb(28,198,139); }
td.TdClassName
{
border-color: #1CC68B;
}
.TagClassName
{
border-color: #1CC68B;
}
</style>