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