Shades of Mountain Meadow #09CA7D
Tints of Mountain Meadow #09CA7D
RGB
CMYK
RGB Variations
Color information
#09CA7D (or 0x09CA7D) is known color: Mountain Meadow. HEX triplet: 09, CA and 7D. RGB value is (9,202,125). Sum of RGB (Red+Green+Blue) = 9+202+125=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 202 (79.30% from 255 or 60.12% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 202 - color contains mainly: green. Hex color #09CA7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09CA7D is #F63582. Grayscale: #878787. Windows color (decimal): -16135555 or 8243721. OLE color: 8243721.
HSL color Cylindrical-coordinate representation of color #09CA7D: hue angle of 156.06º 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 #09CA7D is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 202 | 125 | - |
| CMYK | 0.96 | 0 | 0.38 | 0.21 |
| HSL | 156.06º | 0.91% | 0.41% | - |
| HSV(B) | 156.06º | 0.96% | 0.79% | - |
| XYZ | 24.93 | 43.78 | 26.54 | - |
| YUV | 135.52 | 122.06 | 37.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 202 | 125 | 0.96 | 0 | 0.38 | 0.21 | 156.06 | 0.91 | 0.41 |
| Hex | 9 | CA | 7D | 60 | 0 | 26 | 15 | 9C | 5B | 29 |
| Octal | 11 | 312 | 175 | 140 | 0 | 46 | 25 | 234 | 133 | 51 |
| Binary | 1001 | 11001010 | 1111101 | 1100000 | 0 | 100110 | 10101 | 10011100 | 1011011 | 101001 |
Color Harmonies of #09CA7D
Complementary color
Monochromatic Colors of #09CA7D
Black with #09CA7D
Text Example
Text Example
White with #09CA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CA7D; }
p { color: rgb(9,202,125); }
H1.HeaderClassName
{
color: #09CA7D;
}
.AnyTagClassName
{
color: #09CA7D;
}
</style>
background-color css
<style>
a { background-color: #09CA7D; }
a { background-color: rgb(9,202,125); }
div.DivClassName
{
background-color: #09CA7D;
}
.BgClassName
{
background-color: #09CA7D;
}
</style>
border-color css
<style>
span { border-color: #09CA7D; }
span { border-color: rgb(9,202,125); }
td.TdClassName
{
border-color: #09CA7D;
}
.TagClassName
{
border-color: #09CA7D;
}
</style>