Shades of Jade #09C86D
Tints of Jade #09C86D
RGB
CMYK
RGB Variations
Color information
#09C86D (or 0x09C86D) is known color: Jade. HEX triplet: 09, C8 and 6D. RGB value is (9,200,109). Sum of RGB (Red+Green+Blue) = 9+200+109=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 200 (78.52% from 255 or 62.89% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 200 - color contains mainly: green. Hex color #09C86D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C86D is #F63792. Grayscale: #848484. Windows color (decimal): -16136083 or 7194633. OLE color: 7194633.
HSL color Cylindrical-coordinate representation of color #09C86D: hue angle of 151.41º 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 #09C86D is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 200 | 109 | - |
| CMYK | 0.96 | 0 | 0.46 | 0.22 |
| HSL | 151.41º | 0.91% | 0.41% | - |
| HSV(B) | 151.41º | 0.96% | 0.78% | - |
| XYZ | 23.53 | 42.47 | 21.43 | - |
| YUV | 132.52 | 114.72 | 39.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 200 | 109 | 0.96 | 0 | 0.46 | 0.22 | 151.41 | 0.91 | 0.41 |
| Hex | 9 | C8 | 6D | 60 | 0 | 2E | 16 | 97 | 5B | 29 |
| Octal | 11 | 310 | 155 | 140 | 0 | 56 | 26 | 227 | 133 | 51 |
| Binary | 1001 | 11001000 | 1101101 | 1100000 | 0 | 101110 | 10110 | 10010111 | 1011011 | 101001 |
Color Harmonies of #09C86D
Complementary color
Monochromatic Colors of #09C86D
Black with #09C86D
Text Example
Text Example
White with #09C86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C86D; }
p { color: rgb(9,200,109); }
H1.HeaderClassName
{
color: #09C86D;
}
.AnyTagClassName
{
color: #09C86D;
}
</style>
background-color css
<style>
a { background-color: #09C86D; }
a { background-color: rgb(9,200,109); }
div.DivClassName
{
background-color: #09C86D;
}
.BgClassName
{
background-color: #09C86D;
}
</style>
border-color css
<style>
span { border-color: #09C86D; }
span { border-color: rgb(9,200,109); }
td.TdClassName
{
border-color: #09C86D;
}
.TagClassName
{
border-color: #09C86D;
}
</style>