Shades of Jade #09C165
Tints of Jade #09C165
RGB
CMYK
RGB Variations
Color information
#09C165 (or 0x09C165) is known color: Jade. HEX triplet: 09, C1 and 65. RGB value is (9,193,101). Sum of RGB (Red+Green+Blue) = 9+193+101=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 193 (75.78% from 255 or 63.70% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 193 - color contains mainly: green. Hex color #09C165 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C165 is #F63E9A. Grayscale: #7F7F7F. Windows color (decimal): -16137883 or 6668553. OLE color: 6668553.
HSL color Cylindrical-coordinate representation of color #09C165: hue angle of 150º 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 #09C165 is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 193 | 101 | - |
| CMYK | 0.95 | 0 | 0.48 | 0.24 |
| HSL | 150º | 0.91% | 0.4% | - |
| HSV(B) | 150º | 0.95% | 0.76% | - |
| XYZ | 21.53 | 39.14 | 18.73 | - |
| YUV | 127.5 | 113.04 | 43.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 193 | 101 | 0.95 | 0 | 0.48 | 0.24 | 150 | 0.91 | 0.4 |
| Hex | 9 | C1 | 65 | 5F | 0 | 30 | 18 | 96 | 5B | 28 |
| Octal | 11 | 301 | 145 | 137 | 0 | 60 | 30 | 226 | 133 | 50 |
| Binary | 1001 | 11000001 | 1100101 | 1011111 | 0 | 110000 | 11000 | 10010110 | 1011011 | 101000 |
Color Harmonies of #09C165
Complementary color
Monochromatic Colors of #09C165
Black with #09C165
Text Example
Text Example
White with #09C165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C165; }
p { color: rgb(9,193,101); }
H1.HeaderClassName
{
color: #09C165;
}
.AnyTagClassName
{
color: #09C165;
}
</style>
background-color css
<style>
a { background-color: #09C165; }
a { background-color: rgb(9,193,101); }
div.DivClassName
{
background-color: #09C165;
}
.BgClassName
{
background-color: #09C165;
}
</style>
border-color css
<style>
span { border-color: #09C165; }
span { border-color: rgb(9,193,101); }
td.TdClassName
{
border-color: #09C165;
}
.TagClassName
{
border-color: #09C165;
}
</style>