Shades of Mountain Meadow #09CA7E
Tints of Mountain Meadow #09CA7E
RGB
CMYK
RGB Variations
Color information
#09CA7E (or 0x09CA7E) is known color: Mountain Meadow. HEX triplet: 09, CA and 7E. RGB value is (9,202,126). Sum of RGB (Red+Green+Blue) = 9+202+126=337 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.67% from 337); Green value is 202 (79.30% from 255 or 59.94% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 202 - color contains mainly: green. Hex color #09CA7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09CA7E is #F63581. Grayscale: #878787. Windows color (decimal): -16135554 or 8309257. OLE color: 8309257.
HSL color Cylindrical-coordinate representation of color #09CA7E: hue angle of 156.37º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CA7E is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 202 | 126 | - |
| CMYK | 0.96 | 0 | 0.38 | 0.21 |
| HSL | 156.37º | 0.91% | 0.41% | - |
| HSV(B) | 156.37º | 0.96% | 0.79% | - |
| XYZ | 25 | 43.81 | 26.88 | - |
| YUV | 135.63 | 122.56 | 37.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 202 | 126 | 0.96 | 0 | 0.38 | 0.21 | 156.37 | 0.91 | 0.41 |
| Hex | 9 | CA | 7E | 60 | 0 | 26 | 15 | 9C | 5B | 29 |
| Octal | 11 | 312 | 176 | 140 | 0 | 46 | 25 | 234 | 133 | 51 |
| Binary | 1001 | 11001010 | 1111110 | 1100000 | 0 | 100110 | 10101 | 10011100 | 1011011 | 101001 |
Color Harmonies of #09CA7E
Complementary color
Monochromatic Colors of #09CA7E
Black with #09CA7E
Text Example
Text Example
White with #09CA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CA7E; }
p { color: rgb(9,202,126); }
H1.HeaderClassName
{
color: #09CA7E;
}
.AnyTagClassName
{
color: #09CA7E;
}
</style>
background-color css
<style>
a { background-color: #09CA7E; }
a { background-color: rgb(9,202,126); }
div.DivClassName
{
background-color: #09CA7E;
}
.BgClassName
{
background-color: #09CA7E;
}
</style>
border-color css
<style>
span { border-color: #09CA7E; }
span { border-color: rgb(9,202,126); }
td.TdClassName
{
border-color: #09CA7E;
}
.TagClassName
{
border-color: #09CA7E;
}
</style>