Shades of Jade #09C070
Tints of Jade #09C070
RGB
CMYK
RGB Variations
Color information
#09C070 (or 0x09C070) is known color: Jade. HEX triplet: 09, C0 and 70. RGB value is (9,192,112). Sum of RGB (Red+Green+Blue) = 9+192+112=313 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 313); Green value is 192 (75.39% from 255 or 61.34% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 192 - color contains mainly: green. Hex color #09C070 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C070 is #F63F8F. Grayscale: #808080. Windows color (decimal): -16138128 or 7389193. OLE color: 7389193.
HSL color Cylindrical-coordinate representation of color #09C070: hue angle of 153.77º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C070 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 192 | 112 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.25 |
| HSL | 153.77º | 0.91% | 0.39% | - |
| HSV(B) | 153.77º | 0.95% | 0.75% | - |
| XYZ | 21.89 | 38.93 | 21.69 | - |
| YUV | 128.16 | 118.87 | 43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 192 | 112 | 0.95 | 0 | 0.42 | 0.25 | 153.77 | 0.91 | 0.39 |
| Hex | 9 | C0 | 70 | 5F | 0 | 2A | 19 | 9A | 5B | 27 |
| Octal | 11 | 300 | 160 | 137 | 0 | 52 | 31 | 232 | 133 | 47 |
| Binary | 1001 | 11000000 | 1110000 | 1011111 | 0 | 101010 | 11001 | 10011010 | 1011011 | 100111 |
Color Harmonies of #09C070
Complementary color
Monochromatic Colors of #09C070
Black with #09C070
Text Example
Text Example
White with #09C070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C070; }
p { color: rgb(9,192,112); }
H1.HeaderClassName
{
color: #09C070;
}
.AnyTagClassName
{
color: #09C070;
}
</style>
background-color css
<style>
a { background-color: #09C070; }
a { background-color: rgb(9,192,112); }
div.DivClassName
{
background-color: #09C070;
}
.BgClassName
{
background-color: #09C070;
}
</style>
border-color css
<style>
span { border-color: #09C070; }
span { border-color: rgb(9,192,112); }
td.TdClassName
{
border-color: #09C070;
}
.TagClassName
{
border-color: #09C070;
}
</style>