Shades of Mountain Meadow #09CB7A
Tints of Mountain Meadow #09CB7A
RGB
CMYK
RGB Variations
Color information
#09CB7A (or 0x09CB7A) is known color: Mountain Meadow. HEX triplet: 09, CB and 7A. RGB value is (9,203,122). Sum of RGB (Red+Green+Blue) = 9+203+122=334 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 334); Green value is 203 (79.69% from 255 or 60.78% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 203 - color contains mainly: green. Hex color #09CB7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09CB7A is #F63485. Grayscale: #878787. Windows color (decimal): -16135302 or 8047369. OLE color: 8047369.
HSL color Cylindrical-coordinate representation of color #09CB7A: hue angle of 154.95º 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 #09CB7A is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 203 | 122 | - |
| CMYK | 0.96 | 0 | 0.40 | 0.20 |
| HSL | 154.95º | 0.92% | 0.42% | - |
| HSV(B) | 154.95º | 0.96% | 0.8% | - |
| XYZ | 24.98 | 44.18 | 25.62 | - |
| YUV | 135.76 | 120.23 | 37.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 203 | 122 | 0.96 | 0 | 0.40 | 0.20 | 154.95 | 0.92 | 0.42 |
| Hex | 9 | CB | 7A | 60 | 0 | 28 | 14 | 9B | 5C | 2A |
| Octal | 11 | 313 | 172 | 140 | 0 | 50 | 24 | 233 | 134 | 52 |
| Binary | 1001 | 11001011 | 1111010 | 1100000 | 0 | 101000 | 10100 | 10011011 | 1011100 | 101010 |
Color Harmonies of #09CB7A
Complementary color
Monochromatic Colors of #09CB7A
Black with #09CB7A
Text Example
Text Example
White with #09CB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CB7A; }
p { color: rgb(9,203,122); }
H1.HeaderClassName
{
color: #09CB7A;
}
.AnyTagClassName
{
color: #09CB7A;
}
</style>
background-color css
<style>
a { background-color: #09CB7A; }
a { background-color: rgb(9,203,122); }
div.DivClassName
{
background-color: #09CB7A;
}
.BgClassName
{
background-color: #09CB7A;
}
</style>
border-color css
<style>
span { border-color: #09CB7A; }
span { border-color: rgb(9,203,122); }
td.TdClassName
{
border-color: #09CB7A;
}
.TagClassName
{
border-color: #09CB7A;
}
</style>