Shades of Mountain Meadow #1CC273
Tints of Mountain Meadow #1CC273
RGB
CMYK
RGB Variations
Color information
#1CC273 (or 0x1CC273) is known color: Mountain Meadow. HEX triplet: 1C, C2 and 73. RGB value is (28,194,115). Sum of RGB (Red+Green+Blue) = 28+194+115=337 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.31% from 337); Green value is 194 (76.17% from 255 or 57.57% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC273 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CC273 is #E33D8C. Grayscale: #878787. Windows color (decimal): -14892429 or 7586332. OLE color: 7586332.
HSL color Cylindrical-coordinate representation of color #1CC273: hue angle of 151.45º 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 #1CC273 is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 194 | 115 | - |
| CMYK | 0.86 | 0 | 0.41 | 0.24 |
| HSL | 151.45º | 0.75% | 0.44% | - |
| HSV(B) | 151.45º | 0.86% | 0.76% | - |
| XYZ | 22.87 | 40.07 | 22.75 | - |
| YUV | 135.36 | 116.5 | 51.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 194 | 115 | 0.86 | 0 | 0.41 | 0.24 | 151.45 | 0.75 | 0.44 |
| Hex | 1C | C2 | 73 | 56 | 0 | 29 | 18 | 97 | 4B | 2C |
| Octal | 34 | 302 | 163 | 126 | 0 | 51 | 30 | 227 | 113 | 54 |
| Binary | 11100 | 11000010 | 1110011 | 1010110 | 0 | 101001 | 11000 | 10010111 | 1001011 | 101100 |
Color Harmonies of #1CC273
Complementary color
Monochromatic Colors of #1CC273
Black with #1CC273
Text Example
Text Example
White with #1CC273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC273; }
p { color: rgb(28,194,115); }
H1.HeaderClassName
{
color: #1CC273;
}
.AnyTagClassName
{
color: #1CC273;
}
</style>
background-color css
<style>
a { background-color: #1CC273; }
a { background-color: rgb(28,194,115); }
div.DivClassName
{
background-color: #1CC273;
}
.BgClassName
{
background-color: #1CC273;
}
</style>
border-color css
<style>
span { border-color: #1CC273; }
span { border-color: rgb(28,194,115); }
td.TdClassName
{
border-color: #1CC273;
}
.TagClassName
{
border-color: #1CC273;
}
</style>