Shades of Mountain Meadow #09CA74
Tints of Mountain Meadow #09CA74
RGB
CMYK
RGB Variations
Color information
#09CA74 (or 0x09CA74) is known color: Mountain Meadow. HEX triplet: 09, CA and 74. RGB value is (9,202,116). Sum of RGB (Red+Green+Blue) = 9+202+116=327 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.75% from 327); Green value is 202 (79.30% from 255 or 61.77% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 202 - color contains mainly: green. Hex color #09CA74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09CA74 is #F6358B. Grayscale: #868686. Windows color (decimal): -16135564 or 7653897. OLE color: 7653897.
HSL color Cylindrical-coordinate representation of color #09CA74: hue angle of 153.26º 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 #09CA74 is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 202 | 116 | - |
| CMYK | 0.96 | 0 | 0.43 | 0.21 |
| HSL | 153.26º | 0.91% | 0.41% | - |
| HSV(B) | 153.26º | 0.96% | 0.79% | - |
| XYZ | 24.39 | 43.56 | 23.65 | - |
| YUV | 134.49 | 117.56 | 38.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 202 | 116 | 0.96 | 0 | 0.43 | 0.21 | 153.26 | 0.91 | 0.41 |
| Hex | 9 | CA | 74 | 60 | 0 | 2B | 15 | 99 | 5B | 29 |
| Octal | 11 | 312 | 164 | 140 | 0 | 53 | 25 | 231 | 133 | 51 |
| Binary | 1001 | 11001010 | 1110100 | 1100000 | 0 | 101011 | 10101 | 10011001 | 1011011 | 101001 |
Color Harmonies of #09CA74
Complementary color
Monochromatic Colors of #09CA74
Black with #09CA74
Text Example
Text Example
White with #09CA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CA74; }
p { color: rgb(9,202,116); }
H1.HeaderClassName
{
color: #09CA74;
}
.AnyTagClassName
{
color: #09CA74;
}
</style>
background-color css
<style>
a { background-color: #09CA74; }
a { background-color: rgb(9,202,116); }
div.DivClassName
{
background-color: #09CA74;
}
.BgClassName
{
background-color: #09CA74;
}
</style>
border-color css
<style>
span { border-color: #09CA74; }
span { border-color: rgb(9,202,116); }
td.TdClassName
{
border-color: #09CA74;
}
.TagClassName
{
border-color: #09CA74;
}
</style>