Shades of Mountain Meadow #1CC38A
Tints of Mountain Meadow #1CC38A
RGB
CMYK
RGB Variations
Color information
#1CC38A (or 0x1CC38A) is known color: Mountain Meadow. HEX triplet: 1C, C3 and 8A. RGB value is (28,195,138). Sum of RGB (Red+Green+Blue) = 28+195+138=361 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.76% from 361); Green value is 195 (76.56% from 255 or 54.02% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC38A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC38A is #E33C75. Grayscale: #8A8A8A. Windows color (decimal): -14892150 or 9093916. OLE color: 9093916.
HSL color Cylindrical-coordinate representation of color #1CC38A: hue angle of 159.52º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC38A is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 195 | 138 | - |
| CMYK | 0.86 | 0 | 0.29 | 0.24 |
| HSL | 159.52º | 0.75% | 0.44% | - |
| HSV(B) | 159.52º | 0.86% | 0.76% | - |
| XYZ | 24.58 | 41.11 | 30.68 | - |
| YUV | 138.57 | 127.67 | 49.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 195 | 138 | 0.86 | 0 | 0.29 | 0.24 | 159.52 | 0.75 | 0.44 |
| Hex | 1C | C3 | 8A | 56 | 0 | 1D | 18 | A0 | 4B | 2C |
| Octal | 34 | 303 | 212 | 126 | 0 | 35 | 30 | 240 | 113 | 54 |
| Binary | 11100 | 11000011 | 10001010 | 1010110 | 0 | 11101 | 11000 | 10100000 | 1001011 | 101100 |
Color Harmonies of #1CC38A
Complementary color
Monochromatic Colors of #1CC38A
Black with #1CC38A
Text Example
Text Example
White with #1CC38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC38A; }
p { color: rgb(28,195,138); }
H1.HeaderClassName
{
color: #1CC38A;
}
.AnyTagClassName
{
color: #1CC38A;
}
</style>
background-color css
<style>
a { background-color: #1CC38A; }
a { background-color: rgb(28,195,138); }
div.DivClassName
{
background-color: #1CC38A;
}
.BgClassName
{
background-color: #1CC38A;
}
</style>
border-color css
<style>
span { border-color: #1CC38A; }
span { border-color: rgb(28,195,138); }
td.TdClassName
{
border-color: #1CC38A;
}
.TagClassName
{
border-color: #1CC38A;
}
</style>