Shades of Jade #09C068
Tints of Jade #09C068
RGB
CMYK
RGB Variations
Color information
#09C068 (or 0x09C068) is known color: Jade. HEX triplet: 09, C0 and 68. RGB value is (9,192,104). Sum of RGB (Red+Green+Blue) = 9+192+104=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 192 (75.39% from 255 or 62.95% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 192 - color contains mainly: green. Hex color #09C068 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C068 is #F63F97. Grayscale: #7F7F7F. Windows color (decimal): -16138136 or 6864905. OLE color: 6864905.
HSL color Cylindrical-coordinate representation of color #09C068: hue angle of 151.15º 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 #09C068 is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 192 | 104 | - |
| CMYK | 0.95 | 0 | 0.46 | 0.25 |
| HSL | 151.15º | 0.91% | 0.39% | - |
| HSV(B) | 151.15º | 0.95% | 0.75% | - |
| XYZ | 21.46 | 38.76 | 19.45 | - |
| YUV | 127.25 | 114.87 | 43.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 192 | 104 | 0.95 | 0 | 0.46 | 0.25 | 151.15 | 0.91 | 0.39 |
| Hex | 9 | C0 | 68 | 5F | 0 | 2E | 19 | 97 | 5B | 27 |
| Octal | 11 | 300 | 150 | 137 | 0 | 56 | 31 | 227 | 133 | 47 |
| Binary | 1001 | 11000000 | 1101000 | 1011111 | 0 | 101110 | 11001 | 10010111 | 1011011 | 100111 |
Color Harmonies of #09C068
Complementary color
Monochromatic Colors of #09C068
Black with #09C068
Text Example
Text Example
White with #09C068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C068; }
p { color: rgb(9,192,104); }
H1.HeaderClassName
{
color: #09C068;
}
.AnyTagClassName
{
color: #09C068;
}
</style>
background-color css
<style>
a { background-color: #09C068; }
a { background-color: rgb(9,192,104); }
div.DivClassName
{
background-color: #09C068;
}
.BgClassName
{
background-color: #09C068;
}
</style>
border-color css
<style>
span { border-color: #09C068; }
span { border-color: rgb(9,192,104); }
td.TdClassName
{
border-color: #09C068;
}
.TagClassName
{
border-color: #09C068;
}
</style>