Shades of Mountain Meadow #1CD07A
Tints of Mountain Meadow #1CD07A
RGB
CMYK
RGB Variations
Color information
#1CD07A (or 0x1CD07A) is known color: Mountain Meadow. HEX triplet: 1C, D0 and 7A. RGB value is (28,208,122). Sum of RGB (Red+Green+Blue) = 28+208+122=358 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.82% from 358); Green value is 208 (81.64% from 255 or 58.10% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 208 - color contains mainly: green. Hex color #1CD07A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CD07A is #E32F85. Grayscale: #909090. Windows color (decimal): -14888838 or 8048668. OLE color: 8048668.
HSL color Cylindrical-coordinate representation of color #1CD07A: hue angle of 151.33º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD07A is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 208 | 122 | - |
| CMYK | 0.87 | 0 | 0.41 | 0.18 |
| HSL | 151.33º | 0.76% | 0.46% | - |
| HSV(B) | 151.33º | 0.87% | 0.82% | - |
| XYZ | 26.55 | 46.76 | 26.04 | - |
| YUV | 144.38 | 115.37 | 44.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 208 | 122 | 0.87 | 0 | 0.41 | 0.18 | 151.33 | 0.76 | 0.46 |
| Hex | 1C | D0 | 7A | 57 | 0 | 29 | 12 | 97 | 4C | 2E |
| Octal | 34 | 320 | 172 | 127 | 0 | 51 | 22 | 227 | 114 | 56 |
| Binary | 11100 | 11010000 | 1111010 | 1010111 | 0 | 101001 | 10010 | 10010111 | 1001100 | 101110 |
Color Harmonies of #1CD07A
Complementary color
Monochromatic Colors of #1CD07A
Black with #1CD07A
Text Example
Text Example
White with #1CD07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD07A; }
p { color: rgb(28,208,122); }
H1.HeaderClassName
{
color: #1CD07A;
}
.AnyTagClassName
{
color: #1CD07A;
}
</style>
background-color css
<style>
a { background-color: #1CD07A; }
a { background-color: rgb(28,208,122); }
div.DivClassName
{
background-color: #1CD07A;
}
.BgClassName
{
background-color: #1CD07A;
}
</style>
border-color css
<style>
span { border-color: #1CD07A; }
span { border-color: rgb(28,208,122); }
td.TdClassName
{
border-color: #1CD07A;
}
.TagClassName
{
border-color: #1CD07A;
}
</style>