Shades of Jade #09C469
Tints of Jade #09C469
RGB
CMYK
RGB Variations
Color information
#09C469 (or 0x09C469) is known color: Jade. HEX triplet: 09, C4 and 69. RGB value is (9,196,105). Sum of RGB (Red+Green+Blue) = 9+196+105=310 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.90% from 310); Green value is 196 (76.95% from 255 or 63.23% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 196 - color contains mainly: green. Hex color #09C469 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C469 is #F63B96. Grayscale: #818181. Windows color (decimal): -16137111 or 6931465. OLE color: 6931465.
HSL color Cylindrical-coordinate representation of color #09C469: hue angle of 150.8º 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 #09C469 is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 9 | 196 | 105 | - |
| CMYK | 0.95 | 0 | 0.46 | 0.23 |
| HSL | 150.8º | 0.91% | 0.4% | - |
| HSV(B) | 150.8º | 0.95% | 0.77% | - |
| XYZ | 22.4 | 40.56 | 20.01 | - |
| YUV | 129.71 | 114.05 | 41.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 196 | 105 | 0.95 | 0 | 0.46 | 0.23 | 150.8 | 0.91 | 0.4 |
| Hex | 9 | C4 | 69 | 5F | 0 | 2E | 17 | 97 | 5B | 28 |
| Octal | 11 | 304 | 151 | 137 | 0 | 56 | 27 | 227 | 133 | 50 |
| Binary | 1001 | 11000100 | 1101001 | 1011111 | 0 | 101110 | 10111 | 10010111 | 1011011 | 101000 |
Color Harmonies of #09C469
Complementary color
Monochromatic Colors of #09C469
Black with #09C469
Text Example
Text Example
White with #09C469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C469; }
p { color: rgb(9,196,105); }
H1.HeaderClassName
{
color: #09C469;
}
.AnyTagClassName
{
color: #09C469;
}
</style>
background-color css
<style>
a { background-color: #09C469; }
a { background-color: rgb(9,196,105); }
div.DivClassName
{
background-color: #09C469;
}
.BgClassName
{
background-color: #09C469;
}
</style>
border-color css
<style>
span { border-color: #09C469; }
span { border-color: rgb(9,196,105); }
td.TdClassName
{
border-color: #09C469;
}
.TagClassName
{
border-color: #09C469;
}
</style>