Shades of Jade #09C067
Tints of Jade #09C067
RGB
CMYK
RGB Variations
Color information
#09C067 (or 0x09C067) is known color: Jade. HEX triplet: 09, C0 and 67. RGB value is (9,192,103). Sum of RGB (Red+Green+Blue) = 9+192+103=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 192 (75.39% from 255 or 63.16% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 192 - color contains mainly: green. Hex color #09C067 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C067 is #F63F98. Grayscale: #7F7F7F. Windows color (decimal): -16138137 or 6799369. OLE color: 6799369.
HSL color Cylindrical-coordinate representation of color #09C067: hue angle of 150.82º 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 #09C067 is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 192 | 103 | - |
| CMYK | 0.95 | 0 | 0.46 | 0.25 |
| HSL | 150.82º | 0.91% | 0.39% | - |
| HSV(B) | 150.82º | 0.95% | 0.75% | - |
| XYZ | 21.41 | 38.74 | 19.18 | - |
| YUV | 127.14 | 114.37 | 43.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 192 | 103 | 0.95 | 0 | 0.46 | 0.25 | 150.82 | 0.91 | 0.39 |
| Hex | 9 | C0 | 67 | 5F | 0 | 2E | 19 | 97 | 5B | 27 |
| Octal | 11 | 300 | 147 | 137 | 0 | 56 | 31 | 227 | 133 | 47 |
| Binary | 1001 | 11000000 | 1100111 | 1011111 | 0 | 101110 | 11001 | 10010111 | 1011011 | 100111 |
Color Harmonies of #09C067
Complementary color
Monochromatic Colors of #09C067
Black with #09C067
Text Example
Text Example
White with #09C067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C067; }
p { color: rgb(9,192,103); }
H1.HeaderClassName
{
color: #09C067;
}
.AnyTagClassName
{
color: #09C067;
}
</style>
background-color css
<style>
a { background-color: #09C067; }
a { background-color: rgb(9,192,103); }
div.DivClassName
{
background-color: #09C067;
}
.BgClassName
{
background-color: #09C067;
}
</style>
border-color css
<style>
span { border-color: #09C067; }
span { border-color: rgb(9,192,103); }
td.TdClassName
{
border-color: #09C067;
}
.TagClassName
{
border-color: #09C067;
}
</style>