Shades of Jade #09C061
Tints of Jade #09C061
RGB
CMYK
RGB Variations
Color information
#09C061 (or 0x09C061) is known color: Jade. HEX triplet: 09, C0 and 61. RGB value is (9,192,97). Sum of RGB (Red+Green+Blue) = 9+192+97=298 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.02% from 298); Green value is 192 (75.39% from 255 or 64.43% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 192 - color contains mainly: green. Hex color #09C061 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C061 is #F63F9E. Grayscale: #7E7E7E. Windows color (decimal): -16138143 or 6406153. OLE color: 6406153.
HSL color Cylindrical-coordinate representation of color #09C061: hue angle of 148.85º 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 #09C061 is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 192 | 97 | - |
| CMYK | 0.95 | 0 | 0.49 | 0.25 |
| HSL | 148.85º | 0.91% | 0.39% | - |
| HSV(B) | 148.85º | 0.95% | 0.75% | - |
| XYZ | 21.12 | 38.62 | 17.65 | - |
| YUV | 126.45 | 111.37 | 44.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 192 | 97 | 0.95 | 0 | 0.49 | 0.25 | 148.85 | 0.91 | 0.39 |
| Hex | 9 | C0 | 61 | 5F | 0 | 31 | 19 | 95 | 5B | 27 |
| Octal | 11 | 300 | 141 | 137 | 0 | 61 | 31 | 225 | 133 | 47 |
| Binary | 1001 | 11000000 | 1100001 | 1011111 | 0 | 110001 | 11001 | 10010101 | 1011011 | 100111 |
Color Harmonies of #09C061
Complementary color
Monochromatic Colors of #09C061
Black with #09C061
Text Example
Text Example
White with #09C061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C061; }
p { color: rgb(9,192,97); }
H1.HeaderClassName
{
color: #09C061;
}
.AnyTagClassName
{
color: #09C061;
}
</style>
background-color css
<style>
a { background-color: #09C061; }
a { background-color: rgb(9,192,97); }
div.DivClassName
{
background-color: #09C061;
}
.BgClassName
{
background-color: #09C061;
}
</style>
border-color css
<style>
span { border-color: #09C061; }
span { border-color: rgb(9,192,97); }
td.TdClassName
{
border-color: #09C061;
}
.TagClassName
{
border-color: #09C061;
}
</style>