Shades of Jade #09C36C
Tints of Jade #09C36C
RGB
CMYK
RGB Variations
Color information
#09C36C (or 0x09C36C) is known color: Jade. HEX triplet: 09, C3 and 6C. RGB value is (9,195,108). Sum of RGB (Red+Green+Blue) = 9+195+108=312 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 312); Green value is 195 (76.56% from 255 or 62.5% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 195 - color contains mainly: green. Hex color #09C36C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C36C is #F63C93. Grayscale: #818181. Windows color (decimal): -16137364 or 7127817. OLE color: 7127817.
HSL color Cylindrical-coordinate representation of color #09C36C: hue angle of 151.94º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C36C is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 195 | 108 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.24 |
| HSL | 151.94º | 0.91% | 0.4% | - |
| HSV(B) | 151.94º | 0.95% | 0.76% | - |
| XYZ | 22.33 | 40.17 | 20.76 | - |
| YUV | 129.47 | 115.88 | 42.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 195 | 108 | 0.95 | 0 | 0.45 | 0.24 | 151.94 | 0.91 | 0.4 |
| Hex | 9 | C3 | 6C | 5F | 0 | 2D | 18 | 98 | 5B | 28 |
| Octal | 11 | 303 | 154 | 137 | 0 | 55 | 30 | 230 | 133 | 50 |
| Binary | 1001 | 11000011 | 1101100 | 1011111 | 0 | 101101 | 11000 | 10011000 | 1011011 | 101000 |
Color Harmonies of #09C36C
Complementary color
Monochromatic Colors of #09C36C
Black with #09C36C
Text Example
Text Example
White with #09C36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C36C; }
p { color: rgb(9,195,108); }
H1.HeaderClassName
{
color: #09C36C;
}
.AnyTagClassName
{
color: #09C36C;
}
</style>
background-color css
<style>
a { background-color: #09C36C; }
a { background-color: rgb(9,195,108); }
div.DivClassName
{
background-color: #09C36C;
}
.BgClassName
{
background-color: #09C36C;
}
</style>
border-color css
<style>
span { border-color: #09C36C; }
span { border-color: rgb(9,195,108); }
td.TdClassName
{
border-color: #09C36C;
}
.TagClassName
{
border-color: #09C36C;
}
</style>