Shades of Jade #09C466
Tints of Jade #09C466
RGB
CMYK
RGB Variations
Color information
#09C466 (or 0x09C466) is known color: Jade. HEX triplet: 09, C4 and 66. RGB value is (9,196,102). Sum of RGB (Red+Green+Blue) = 9+196+102=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 196 (76.95% from 255 or 63.84% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 196 - color contains mainly: green. Hex color #09C466 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C466 is #F63B99. Grayscale: #818181. Windows color (decimal): -16137114 or 6734857. OLE color: 6734857.
HSL color Cylindrical-coordinate representation of color #09C466: hue angle of 149.84º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C466 is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 9 | 196 | 102 | - |
| CMYK | 0.95 | 0 | 0.48 | 0.23 |
| HSL | 149.84º | 0.91% | 0.4% | - |
| HSV(B) | 149.84º | 0.95% | 0.77% | - |
| XYZ | 22.25 | 40.5 | 19.21 | - |
| YUV | 129.37 | 112.55 | 42.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 196 | 102 | 0.95 | 0 | 0.48 | 0.23 | 149.84 | 0.91 | 0.4 |
| Hex | 9 | C4 | 66 | 5F | 0 | 30 | 17 | 96 | 5B | 28 |
| Octal | 11 | 304 | 146 | 137 | 0 | 60 | 27 | 226 | 133 | 50 |
| Binary | 1001 | 11000100 | 1100110 | 1011111 | 0 | 110000 | 10111 | 10010110 | 1011011 | 101000 |
Color Harmonies of #09C466
Complementary color
Monochromatic Colors of #09C466
Black with #09C466
Text Example
Text Example
White with #09C466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C466; }
p { color: rgb(9,196,102); }
H1.HeaderClassName
{
color: #09C466;
}
.AnyTagClassName
{
color: #09C466;
}
</style>
background-color css
<style>
a { background-color: #09C466; }
a { background-color: rgb(9,196,102); }
div.DivClassName
{
background-color: #09C466;
}
.BgClassName
{
background-color: #09C466;
}
</style>
border-color css
<style>
span { border-color: #09C466; }
span { border-color: rgb(9,196,102); }
td.TdClassName
{
border-color: #09C466;
}
.TagClassName
{
border-color: #09C466;
}
</style>