Shades of Jade #09C060
Tints of Jade #09C060
RGB
CMYK
RGB Variations
Color information
#09C060 (or 0x09C060) is known color: Jade. HEX triplet: 09, C0 and 60. RGB value is (9,192,96). Sum of RGB (Red+Green+Blue) = 9+192+96=297 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.03% from 297); Green value is 192 (75.39% from 255 or 64.65% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 192 - color contains mainly: green. Hex color #09C060 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C060 is #F63F9F. Grayscale: #7E7E7E. Windows color (decimal): -16138144 or 6340617. OLE color: 6340617.
HSL color Cylindrical-coordinate representation of color #09C060: hue angle of 148.52º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C060 is Cyan = 0.95, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 192 | 96 | - |
| CMYK | 0.95 | 0 | 0.50 | 0.25 |
| HSL | 148.52º | 0.91% | 0.39% | - |
| HSV(B) | 148.52º | 0.95% | 0.75% | - |
| XYZ | 21.07 | 38.6 | 17.41 | - |
| YUV | 126.34 | 110.87 | 44.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 192 | 96 | 0.95 | 0 | 0.50 | 0.25 | 148.52 | 0.91 | 0.39 |
| Hex | 9 | C0 | 60 | 5F | 0 | 32 | 19 | 95 | 5B | 27 |
| Octal | 11 | 300 | 140 | 137 | 0 | 62 | 31 | 225 | 133 | 47 |
| Binary | 1001 | 11000000 | 1100000 | 1011111 | 0 | 110010 | 11001 | 10010101 | 1011011 | 100111 |
Color Harmonies of #09C060
Complementary color
Monochromatic Colors of #09C060
Black with #09C060
Text Example
Text Example
White with #09C060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C060; }
p { color: rgb(9,192,96); }
H1.HeaderClassName
{
color: #09C060;
}
.AnyTagClassName
{
color: #09C060;
}
</style>
background-color css
<style>
a { background-color: #09C060; }
a { background-color: rgb(9,192,96); }
div.DivClassName
{
background-color: #09C060;
}
.BgClassName
{
background-color: #09C060;
}
</style>
border-color css
<style>
span { border-color: #09C060; }
span { border-color: rgb(9,192,96); }
td.TdClassName
{
border-color: #09C060;
}
.TagClassName
{
border-color: #09C060;
}
</style>