Shades of Jade #09C36F
Tints of Jade #09C36F
RGB
CMYK
RGB Variations
Color information
#09C36F (or 0x09C36F) is known color: Jade. HEX triplet: 09, C3 and 6F. RGB value is (9,195,111). Sum of RGB (Red+Green+Blue) = 9+195+111=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 195 (76.56% from 255 or 61.90% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 195 - color contains mainly: green. Hex color #09C36F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C36F is #F63C90. Grayscale: #818181. Windows color (decimal): -16137361 or 7324425. OLE color: 7324425.
HSL color Cylindrical-coordinate representation of color #09C36F: hue angle of 152.9º 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 #09C36F is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 195 | 111 | - |
| CMYK | 0.95 | 0 | 0.43 | 0.24 |
| HSL | 152.9º | 0.91% | 0.4% | - |
| HSV(B) | 152.9º | 0.95% | 0.76% | - |
| XYZ | 22.5 | 40.24 | 21.62 | - |
| YUV | 129.81 | 117.38 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 195 | 111 | 0.95 | 0 | 0.43 | 0.24 | 152.9 | 0.91 | 0.4 |
| Hex | 9 | C3 | 6F | 5F | 0 | 2B | 18 | 99 | 5B | 28 |
| Octal | 11 | 303 | 157 | 137 | 0 | 53 | 30 | 231 | 133 | 50 |
| Binary | 1001 | 11000011 | 1101111 | 1011111 | 0 | 101011 | 11000 | 10011001 | 1011011 | 101000 |
Color Harmonies of #09C36F
Complementary color
Monochromatic Colors of #09C36F
Black with #09C36F
Text Example
Text Example
White with #09C36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C36F; }
p { color: rgb(9,195,111); }
H1.HeaderClassName
{
color: #09C36F;
}
.AnyTagClassName
{
color: #09C36F;
}
</style>
background-color css
<style>
a { background-color: #09C36F; }
a { background-color: rgb(9,195,111); }
div.DivClassName
{
background-color: #09C36F;
}
.BgClassName
{
background-color: #09C36F;
}
</style>
border-color css
<style>
span { border-color: #09C36F; }
span { border-color: rgb(9,195,111); }
td.TdClassName
{
border-color: #09C36F;
}
.TagClassName
{
border-color: #09C36F;
}
</style>