Shades of Jade #09C770
Tints of Jade #09C770
RGB
CMYK
RGB Variations
Color information
#09C770 (or 0x09C770) is known color: Jade. HEX triplet: 09, C7 and 70. RGB value is (9,199,112). Sum of RGB (Red+Green+Blue) = 9+199+112=320 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.81% from 320); Green value is 199 (78.12% from 255 or 62.19% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 199 - color contains mainly: green. Hex color #09C770 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C770 is #F6388F. Grayscale: #848484. Windows color (decimal): -16136336 or 7390985. OLE color: 7390985.
HSL color Cylindrical-coordinate representation of color #09C770: hue angle of 152.53º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C770 is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 199 | 112 | - |
| CMYK | 0.95 | 0 | 0.44 | 0.22 |
| HSL | 152.53º | 0.91% | 0.41% | - |
| HSV(B) | 152.53º | 0.95% | 0.78% | - |
| XYZ | 23.46 | 42.07 | 22.21 | - |
| YUV | 132.27 | 116.55 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 199 | 112 | 0.95 | 0 | 0.44 | 0.22 | 152.53 | 0.91 | 0.41 |
| Hex | 9 | C7 | 70 | 5F | 0 | 2C | 16 | 99 | 5B | 29 |
| Octal | 11 | 307 | 160 | 137 | 0 | 54 | 26 | 231 | 133 | 51 |
| Binary | 1001 | 11000111 | 1110000 | 1011111 | 0 | 101100 | 10110 | 10011001 | 1011011 | 101001 |
Color Harmonies of #09C770
Complementary color
Monochromatic Colors of #09C770
Black with #09C770
Text Example
Text Example
White with #09C770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C770; }
p { color: rgb(9,199,112); }
H1.HeaderClassName
{
color: #09C770;
}
.AnyTagClassName
{
color: #09C770;
}
</style>
background-color css
<style>
a { background-color: #09C770; }
a { background-color: rgb(9,199,112); }
div.DivClassName
{
background-color: #09C770;
}
.BgClassName
{
background-color: #09C770;
}
</style>
border-color css
<style>
span { border-color: #09C770; }
span { border-color: rgb(9,199,112); }
td.TdClassName
{
border-color: #09C770;
}
.TagClassName
{
border-color: #09C770;
}
</style>