Shades of Mountain Meadow #09CA7B
Tints of Mountain Meadow #09CA7B
RGB
CMYK
RGB Variations
Color information
#09CA7B (or 0x09CA7B) is known color: Mountain Meadow. HEX triplet: 09, CA and 7B. RGB value is (9,202,123). Sum of RGB (Red+Green+Blue) = 9+202+123=334 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 334); Green value is 202 (79.30% from 255 or 60.48% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 202 - color contains mainly: green. Hex color #09CA7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09CA7B is #F63584. Grayscale: #878787. Windows color (decimal): -16135557 or 8112649. OLE color: 8112649.
HSL color Cylindrical-coordinate representation of color #09CA7B: hue angle of 155.44º 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 #09CA7B is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 202 | 123 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.21 |
| HSL | 155.44º | 0.91% | 0.41% | - |
| HSV(B) | 155.44º | 0.96% | 0.79% | - |
| XYZ | 24.81 | 43.73 | 25.87 | - |
| YUV | 135.29 | 121.06 | 37.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 202 | 123 | 0.96 | 0 | 0.39 | 0.21 | 155.44 | 0.91 | 0.41 |
| Hex | 9 | CA | 7B | 60 | 0 | 27 | 15 | 9B | 5B | 29 |
| Octal | 11 | 312 | 173 | 140 | 0 | 47 | 25 | 233 | 133 | 51 |
| Binary | 1001 | 11001010 | 1111011 | 1100000 | 0 | 100111 | 10101 | 10011011 | 1011011 | 101001 |
Color Harmonies of #09CA7B
Complementary color
Monochromatic Colors of #09CA7B
Black with #09CA7B
Text Example
Text Example
White with #09CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CA7B; }
p { color: rgb(9,202,123); }
H1.HeaderClassName
{
color: #09CA7B;
}
.AnyTagClassName
{
color: #09CA7B;
}
</style>
background-color css
<style>
a { background-color: #09CA7B; }
a { background-color: rgb(9,202,123); }
div.DivClassName
{
background-color: #09CA7B;
}
.BgClassName
{
background-color: #09CA7B;
}
</style>
border-color css
<style>
span { border-color: #09CA7B; }
span { border-color: rgb(9,202,123); }
td.TdClassName
{
border-color: #09CA7B;
}
.TagClassName
{
border-color: #09CA7B;
}
</style>