Shades of Jade #09C368
Tints of Jade #09C368
RGB
CMYK
RGB Variations
Color information
#09C368 (or 0x09C368) is known color: Jade. HEX triplet: 09, C3 and 68. RGB value is (9,195,104). Sum of RGB (Red+Green+Blue) = 9+195+104=308 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.92% from 308); Green value is 195 (76.56% from 255 or 63.31% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 195 - color contains mainly: green. Hex color #09C368 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C368 is #F63C97. Grayscale: #818181. Windows color (decimal): -16137368 or 6865673. OLE color: 6865673.
HSL color Cylindrical-coordinate representation of color #09C368: hue angle of 150.65º 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 #09C368 is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 195 | 104 | - |
| CMYK | 0.95 | 0 | 0.47 | 0.24 |
| HSL | 150.65º | 0.91% | 0.4% | - |
| HSV(B) | 150.65º | 0.95% | 0.76% | - |
| XYZ | 22.13 | 40.09 | 19.67 | - |
| YUV | 129.01 | 113.88 | 42.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 195 | 104 | 0.95 | 0 | 0.47 | 0.24 | 150.65 | 0.91 | 0.4 |
| Hex | 9 | C3 | 68 | 5F | 0 | 2F | 18 | 97 | 5B | 28 |
| Octal | 11 | 303 | 150 | 137 | 0 | 57 | 30 | 227 | 133 | 50 |
| Binary | 1001 | 11000011 | 1101000 | 1011111 | 0 | 101111 | 11000 | 10010111 | 1011011 | 101000 |
Color Harmonies of #09C368
Complementary color
Monochromatic Colors of #09C368
Black with #09C368
Text Example
Text Example
White with #09C368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C368; }
p { color: rgb(9,195,104); }
H1.HeaderClassName
{
color: #09C368;
}
.AnyTagClassName
{
color: #09C368;
}
</style>
background-color css
<style>
a { background-color: #09C368; }
a { background-color: rgb(9,195,104); }
div.DivClassName
{
background-color: #09C368;
}
.BgClassName
{
background-color: #09C368;
}
</style>
border-color css
<style>
span { border-color: #09C368; }
span { border-color: rgb(9,195,104); }
td.TdClassName
{
border-color: #09C368;
}
.TagClassName
{
border-color: #09C368;
}
</style>