Shades of Jade #09C86C
Tints of Jade #09C86C
RGB
CMYK
RGB Variations
Color information
#09C86C (or 0x09C86C) is known color: Jade. HEX triplet: 09, C8 and 6C. RGB value is (9,200,108). Sum of RGB (Red+Green+Blue) = 9+200+108=317 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.84% from 317); Green value is 200 (78.52% from 255 or 63.09% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 200 - color contains mainly: green. Hex color #09C86C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C86C is #F63793. Grayscale: #848484. Windows color (decimal): -16136084 or 7129097. OLE color: 7129097.
HSL color Cylindrical-coordinate representation of color #09C86C: hue angle of 151.1º 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 #09C86C is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 200 | 108 | - |
| CMYK | 0.96 | 0 | 0.46 | 0.22 |
| HSL | 151.1º | 0.91% | 0.41% | - |
| HSV(B) | 151.1º | 0.96% | 0.78% | - |
| XYZ | 23.47 | 42.45 | 21.14 | - |
| YUV | 132.4 | 114.22 | 39.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 200 | 108 | 0.96 | 0 | 0.46 | 0.22 | 151.1 | 0.91 | 0.41 |
| Hex | 9 | C8 | 6C | 60 | 0 | 2E | 16 | 97 | 5B | 29 |
| Octal | 11 | 310 | 154 | 140 | 0 | 56 | 26 | 227 | 133 | 51 |
| Binary | 1001 | 11001000 | 1101100 | 1100000 | 0 | 101110 | 10110 | 10010111 | 1011011 | 101001 |
Color Harmonies of #09C86C
Complementary color
Monochromatic Colors of #09C86C
Black with #09C86C
Text Example
Text Example
White with #09C86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C86C; }
p { color: rgb(9,200,108); }
H1.HeaderClassName
{
color: #09C86C;
}
.AnyTagClassName
{
color: #09C86C;
}
</style>
background-color css
<style>
a { background-color: #09C86C; }
a { background-color: rgb(9,200,108); }
div.DivClassName
{
background-color: #09C86C;
}
.BgClassName
{
background-color: #09C86C;
}
</style>
border-color css
<style>
span { border-color: #09C86C; }
span { border-color: rgb(9,200,108); }
td.TdClassName
{
border-color: #09C86C;
}
.TagClassName
{
border-color: #09C86C;
}
</style>