Shades of Jade #09B378
Tints of Jade #09B378
RGB
CMYK
RGB Variations
Color information
#09B378 (or 0x09B378) is known color: Jade. HEX triplet: 09, B3 and 78. RGB value is (9,179,120). Sum of RGB (Red+Green+Blue) = 9+179+120=308 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.92% from 308); Green value is 179 (70.31% from 255 or 58.12% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 179 - color contains mainly: green. Hex color #09B378 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09B378 is #F64C87. Grayscale: #797979. Windows color (decimal): -16141448 or 7910153. OLE color: 7910153.
HSL color Cylindrical-coordinate representation of color #09B378: hue angle of 159.18º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B378 is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 179 | 120 | - |
| CMYK | 0.95 | 0 | 0.33 | 0.30 |
| HSL | 159.18º | 0.9% | 0.37% | - |
| HSV(B) | 159.18º | 0.95% | 0.7% | - |
| XYZ | 19.62 | 33.65 | 23.23 | - |
| YUV | 121.44 | 127.18 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 179 | 120 | 0.95 | 0 | 0.33 | 0.30 | 159.18 | 0.9 | 0.37 |
| Hex | 9 | B3 | 78 | 5F | 0 | 21 | 1E | 9F | 5A | 25 |
| Octal | 11 | 263 | 170 | 137 | 0 | 41 | 36 | 237 | 132 | 45 |
| Binary | 1001 | 10110011 | 1111000 | 1011111 | 0 | 100001 | 11110 | 10011111 | 1011010 | 100101 |
Color Harmonies of #09B378
Complementary color
Monochromatic Colors of #09B378
Black with #09B378
Text Example
Text Example
White with #09B378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B378; }
p { color: rgb(9,179,120); }
H1.HeaderClassName
{
color: #09B378;
}
.AnyTagClassName
{
color: #09B378;
}
</style>
background-color css
<style>
a { background-color: #09B378; }
a { background-color: rgb(9,179,120); }
div.DivClassName
{
background-color: #09B378;
}
.BgClassName
{
background-color: #09B378;
}
</style>
border-color css
<style>
span { border-color: #09B378; }
span { border-color: rgb(9,179,120); }
td.TdClassName
{
border-color: #09B378;
}
.TagClassName
{
border-color: #09B378;
}
</style>