Shades of Jade #09C367
Tints of Jade #09C367
RGB
CMYK
RGB Variations
Color information
#09C367 (or 0x09C367) is known color: Jade. HEX triplet: 09, C3 and 67. RGB value is (9,195,103). Sum of RGB (Red+Green+Blue) = 9+195+103=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 195 (76.56% from 255 or 63.52% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 195 - color contains mainly: green. Hex color #09C367 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C367 is #F63C98. Grayscale: #818181. Windows color (decimal): -16137369 or 6800137. OLE color: 6800137.
HSL color Cylindrical-coordinate representation of color #09C367: hue angle of 150.32º 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 #09C367 is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 195 | 103 | - |
| CMYK | 0.95 | 0 | 0.47 | 0.24 |
| HSL | 150.32º | 0.91% | 0.4% | - |
| HSV(B) | 150.32º | 0.95% | 0.76% | - |
| XYZ | 22.08 | 40.07 | 19.4 | - |
| YUV | 128.9 | 113.38 | 42.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 195 | 103 | 0.95 | 0 | 0.47 | 0.24 | 150.32 | 0.91 | 0.4 |
| Hex | 9 | C3 | 67 | 5F | 0 | 2F | 18 | 96 | 5B | 28 |
| Octal | 11 | 303 | 147 | 137 | 0 | 57 | 30 | 226 | 133 | 50 |
| Binary | 1001 | 11000011 | 1100111 | 1011111 | 0 | 101111 | 11000 | 10010110 | 1011011 | 101000 |
Color Harmonies of #09C367
Complementary color
Monochromatic Colors of #09C367
Black with #09C367
Text Example
Text Example
White with #09C367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C367; }
p { color: rgb(9,195,103); }
H1.HeaderClassName
{
color: #09C367;
}
.AnyTagClassName
{
color: #09C367;
}
</style>
background-color css
<style>
a { background-color: #09C367; }
a { background-color: rgb(9,195,103); }
div.DivClassName
{
background-color: #09C367;
}
.BgClassName
{
background-color: #09C367;
}
</style>
border-color css
<style>
span { border-color: #09C367; }
span { border-color: rgb(9,195,103); }
td.TdClassName
{
border-color: #09C367;
}
.TagClassName
{
border-color: #09C367;
}
</style>