Shades of Jade #09C06F
Tints of Jade #09C06F
RGB
CMYK
RGB Variations
Color information
#09C06F (or 0x09C06F) is known color: Jade. HEX triplet: 09, C0 and 6F. RGB value is (9,192,111). Sum of RGB (Red+Green+Blue) = 9+192+111=312 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 312); Green value is 192 (75.39% from 255 or 61.54% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 192 - color contains mainly: green. Hex color #09C06F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C06F is #F63F90. Grayscale: #808080. Windows color (decimal): -16138129 or 7323657. OLE color: 7323657.
HSL color Cylindrical-coordinate representation of color #09C06F: hue angle of 153.44º 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 #09C06F is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 192 | 111 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.25 |
| HSL | 153.44º | 0.91% | 0.39% | - |
| HSV(B) | 153.44º | 0.95% | 0.75% | - |
| XYZ | 21.83 | 38.91 | 21.4 | - |
| YUV | 128.05 | 118.37 | 43.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 192 | 111 | 0.95 | 0 | 0.42 | 0.25 | 153.44 | 0.91 | 0.39 |
| Hex | 9 | C0 | 6F | 5F | 0 | 2A | 19 | 99 | 5B | 27 |
| Octal | 11 | 300 | 157 | 137 | 0 | 52 | 31 | 231 | 133 | 47 |
| Binary | 1001 | 11000000 | 1101111 | 1011111 | 0 | 101010 | 11001 | 10011001 | 1011011 | 100111 |
Color Harmonies of #09C06F
Complementary color
Monochromatic Colors of #09C06F
Black with #09C06F
Text Example
Text Example
White with #09C06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C06F; }
p { color: rgb(9,192,111); }
H1.HeaderClassName
{
color: #09C06F;
}
.AnyTagClassName
{
color: #09C06F;
}
</style>
background-color css
<style>
a { background-color: #09C06F; }
a { background-color: rgb(9,192,111); }
div.DivClassName
{
background-color: #09C06F;
}
.BgClassName
{
background-color: #09C06F;
}
</style>
border-color css
<style>
span { border-color: #09C06F; }
span { border-color: rgb(9,192,111); }
td.TdClassName
{
border-color: #09C06F;
}
.TagClassName
{
border-color: #09C06F;
}
</style>