Shades of Jade #09C36A
Tints of Jade #09C36A
RGB
CMYK
RGB Variations
Color information
#09C36A (or 0x09C36A) is known color: Jade. HEX triplet: 09, C3 and 6A. RGB value is (9,195,106). Sum of RGB (Red+Green+Blue) = 9+195+106=310 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.90% from 310); Green value is 195 (76.56% from 255 or 62.90% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 195 - color contains mainly: green. Hex color #09C36A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C36A is #F63C95. Grayscale: #818181. Windows color (decimal): -16137366 or 6996745. OLE color: 6996745.
HSL color Cylindrical-coordinate representation of color #09C36A: hue angle of 151.29º 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 #09C36A is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 195 | 106 | - |
| CMYK | 0.95 | 0 | 0.46 | 0.24 |
| HSL | 151.29º | 0.91% | 0.4% | - |
| HSV(B) | 151.29º | 0.95% | 0.76% | - |
| XYZ | 22.23 | 40.13 | 20.21 | - |
| YUV | 129.24 | 114.88 | 42.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 195 | 106 | 0.95 | 0 | 0.46 | 0.24 | 151.29 | 0.91 | 0.4 |
| Hex | 9 | C3 | 6A | 5F | 0 | 2E | 18 | 97 | 5B | 28 |
| Octal | 11 | 303 | 152 | 137 | 0 | 56 | 30 | 227 | 133 | 50 |
| Binary | 1001 | 11000011 | 1101010 | 1011111 | 0 | 101110 | 11000 | 10010111 | 1011011 | 101000 |
Color Harmonies of #09C36A
Complementary color
Monochromatic Colors of #09C36A
Black with #09C36A
Text Example
Text Example
White with #09C36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C36A; }
p { color: rgb(9,195,106); }
H1.HeaderClassName
{
color: #09C36A;
}
.AnyTagClassName
{
color: #09C36A;
}
</style>
background-color css
<style>
a { background-color: #09C36A; }
a { background-color: rgb(9,195,106); }
div.DivClassName
{
background-color: #09C36A;
}
.BgClassName
{
background-color: #09C36A;
}
</style>
border-color css
<style>
span { border-color: #09C36A; }
span { border-color: rgb(9,195,106); }
td.TdClassName
{
border-color: #09C36A;
}
.TagClassName
{
border-color: #09C36A;
}
</style>