Shades of Mountain Meadow #09CB7D
Tints of Mountain Meadow #09CB7D
RGB
CMYK
RGB Variations
Color information
#09CB7D (or 0x09CB7D) is known color: Mountain Meadow. HEX triplet: 09, CB and 7D. RGB value is (9,203,125). Sum of RGB (Red+Green+Blue) = 9+203+125=337 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.67% from 337); Green value is 203 (79.69% from 255 or 60.24% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 203 - color contains mainly: green. Hex color #09CB7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09CB7D is #F63482. Grayscale: #888888. Windows color (decimal): -16135299 or 8243977. OLE color: 8243977.
HSL color Cylindrical-coordinate representation of color #09CB7D: hue angle of 155.88º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CB7D is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 203 | 125 | - |
| CMYK | 0.96 | 0 | 0.38 | 0.20 |
| HSL | 155.88º | 0.92% | 0.42% | - |
| HSV(B) | 155.88º | 0.96% | 0.8% | - |
| XYZ | 25.17 | 44.25 | 26.62 | - |
| YUV | 136.1 | 121.73 | 37.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 203 | 125 | 0.96 | 0 | 0.38 | 0.20 | 155.88 | 0.92 | 0.42 |
| Hex | 9 | CB | 7D | 60 | 0 | 26 | 14 | 9C | 5C | 2A |
| Octal | 11 | 313 | 175 | 140 | 0 | 46 | 24 | 234 | 134 | 52 |
| Binary | 1001 | 11001011 | 1111101 | 1100000 | 0 | 100110 | 10100 | 10011100 | 1011100 | 101010 |
Color Harmonies of #09CB7D
Complementary color
Monochromatic Colors of #09CB7D
Black with #09CB7D
Text Example
Text Example
White with #09CB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CB7D; }
p { color: rgb(9,203,125); }
H1.HeaderClassName
{
color: #09CB7D;
}
.AnyTagClassName
{
color: #09CB7D;
}
</style>
background-color css
<style>
a { background-color: #09CB7D; }
a { background-color: rgb(9,203,125); }
div.DivClassName
{
background-color: #09CB7D;
}
.BgClassName
{
background-color: #09CB7D;
}
</style>
border-color css
<style>
span { border-color: #09CB7D; }
span { border-color: rgb(9,203,125); }
td.TdClassName
{
border-color: #09CB7D;
}
.TagClassName
{
border-color: #09CB7D;
}
</style>