Shades of Jade #09C063
Tints of Jade #09C063
RGB
CMYK
RGB Variations
Color information
#09C063 (or 0x09C063) is known color: Jade. HEX triplet: 09, C0 and 63. RGB value is (9,192,99). Sum of RGB (Red+Green+Blue) = 9+192+99=300 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3% from 300); Green value is 192 (75.39% from 255 or 64% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 192 - color contains mainly: green. Hex color #09C063 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C063 is #F63F9C. Grayscale: #7E7E7E. Windows color (decimal): -16138141 or 6537225. OLE color: 6537225.
HSL color Cylindrical-coordinate representation of color #09C063: hue angle of 149.51º 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 #09C063 is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 192 | 99 | - |
| CMYK | 0.95 | 0 | 0.48 | 0.25 |
| HSL | 149.51º | 0.91% | 0.39% | - |
| HSV(B) | 149.51º | 0.95% | 0.75% | - |
| XYZ | 21.21 | 38.66 | 18.15 | - |
| YUV | 126.68 | 112.37 | 44.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 192 | 99 | 0.95 | 0 | 0.48 | 0.25 | 149.51 | 0.91 | 0.39 |
| Hex | 9 | C0 | 63 | 5F | 0 | 30 | 19 | 96 | 5B | 27 |
| Octal | 11 | 300 | 143 | 137 | 0 | 60 | 31 | 226 | 133 | 47 |
| Binary | 1001 | 11000000 | 1100011 | 1011111 | 0 | 110000 | 11001 | 10010110 | 1011011 | 100111 |
Color Harmonies of #09C063
Complementary color
Monochromatic Colors of #09C063
Black with #09C063
Text Example
Text Example
White with #09C063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C063; }
p { color: rgb(9,192,99); }
H1.HeaderClassName
{
color: #09C063;
}
.AnyTagClassName
{
color: #09C063;
}
</style>
background-color css
<style>
a { background-color: #09C063; }
a { background-color: rgb(9,192,99); }
div.DivClassName
{
background-color: #09C063;
}
.BgClassName
{
background-color: #09C063;
}
</style>
border-color css
<style>
span { border-color: #09C063; }
span { border-color: rgb(9,192,99); }
td.TdClassName
{
border-color: #09C063;
}
.TagClassName
{
border-color: #09C063;
}
</style>