Shades of Mountain Meadow #09CA7A
Tints of Mountain Meadow #09CA7A
RGB
CMYK
RGB Variations
Color information
#09CA7A (or 0x09CA7A) is known color: Mountain Meadow. HEX triplet: 09, CA and 7A. RGB value is (9,202,122). Sum of RGB (Red+Green+Blue) = 9+202+122=333 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.70% from 333); Green value is 202 (79.30% from 255 or 60.66% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 202 - color contains mainly: green. Hex color #09CA7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09CA7A is #F63585. Grayscale: #878787. Windows color (decimal): -16135558 or 8047113. OLE color: 8047113.
HSL color Cylindrical-coordinate representation of color #09CA7A: hue angle of 155.13º 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 #09CA7A is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 202 | 122 | - |
| CMYK | 0.96 | 0 | 0.40 | 0.21 |
| HSL | 155.13º | 0.91% | 0.41% | - |
| HSV(B) | 155.13º | 0.96% | 0.79% | - |
| XYZ | 24.75 | 43.7 | 25.54 | - |
| YUV | 135.17 | 120.56 | 38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 202 | 122 | 0.96 | 0 | 0.40 | 0.21 | 155.13 | 0.91 | 0.41 |
| Hex | 9 | CA | 7A | 60 | 0 | 28 | 15 | 9B | 5B | 29 |
| Octal | 11 | 312 | 172 | 140 | 0 | 50 | 25 | 233 | 133 | 51 |
| Binary | 1001 | 11001010 | 1111010 | 1100000 | 0 | 101000 | 10101 | 10011011 | 1011011 | 101001 |
Color Harmonies of #09CA7A
Complementary color
Monochromatic Colors of #09CA7A
Black with #09CA7A
Text Example
Text Example
White with #09CA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CA7A; }
p { color: rgb(9,202,122); }
H1.HeaderClassName
{
color: #09CA7A;
}
.AnyTagClassName
{
color: #09CA7A;
}
</style>
background-color css
<style>
a { background-color: #09CA7A; }
a { background-color: rgb(9,202,122); }
div.DivClassName
{
background-color: #09CA7A;
}
.BgClassName
{
background-color: #09CA7A;
}
</style>
border-color css
<style>
span { border-color: #09CA7A; }
span { border-color: rgb(9,202,122); }
td.TdClassName
{
border-color: #09CA7A;
}
.TagClassName
{
border-color: #09CA7A;
}
</style>