Shades of Jade #09B463
Tints of Jade #09B463
RGB
CMYK
RGB Variations
Color information
#09B463 (or 0x09B463) is known color: Jade. HEX triplet: 09, B4 and 63. RGB value is (9,180,99). Sum of RGB (Red+Green+Blue) = 9+180+99=288 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.12% from 288); Green value is 180 (70.70% from 255 or 62.5% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 180 - color contains mainly: green. Hex color #09B463 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09B463 is #F64B9C. Grayscale: #777777. Windows color (decimal): -16141213 or 6534153. OLE color: 6534153.
HSL color Cylindrical-coordinate representation of color #09B463: hue angle of 151.58º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B463 is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 180 | 99 | - |
| CMYK | 0.95 | 0 | 0.45 | 0.29 |
| HSL | 151.58º | 0.9% | 0.37% | - |
| HSV(B) | 151.58º | 0.95% | 0.71% | - |
| XYZ | 18.69 | 33.6 | 17.31 | - |
| YUV | 119.64 | 116.35 | 49.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 180 | 99 | 0.95 | 0 | 0.45 | 0.29 | 151.58 | 0.9 | 0.37 |
| Hex | 9 | B4 | 63 | 5F | 0 | 2D | 1D | 98 | 5A | 25 |
| Octal | 11 | 264 | 143 | 137 | 0 | 55 | 35 | 230 | 132 | 45 |
| Binary | 1001 | 10110100 | 1100011 | 1011111 | 0 | 101101 | 11101 | 10011000 | 1011010 | 100101 |
Color Harmonies of #09B463
Complementary color
Monochromatic Colors of #09B463
Black with #09B463
Text Example
Text Example
White with #09B463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B463; }
p { color: rgb(9,180,99); }
H1.HeaderClassName
{
color: #09B463;
}
.AnyTagClassName
{
color: #09B463;
}
</style>
background-color css
<style>
a { background-color: #09B463; }
a { background-color: rgb(9,180,99); }
div.DivClassName
{
background-color: #09B463;
}
.BgClassName
{
background-color: #09B463;
}
</style>
border-color css
<style>
span { border-color: #09B463; }
span { border-color: rgb(9,180,99); }
td.TdClassName
{
border-color: #09B463;
}
.TagClassName
{
border-color: #09B463;
}
</style>