Shades of Jade #09B369
Tints of Jade #09B369
RGB
CMYK
RGB Variations
Color information
#09B369 (or 0x09B369) is known color: Jade. HEX triplet: 09, B3 and 69. RGB value is (9,179,105). Sum of RGB (Red+Green+Blue) = 9+179+105=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 179 (70.31% from 255 or 61.09% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 179 - color contains mainly: green. Hex color #09B369 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09B369 is #F64C96. Grayscale: #777777. Windows color (decimal): -16141463 or 6927113. OLE color: 6927113.
HSL color Cylindrical-coordinate representation of color #09B369: hue angle of 153.88º 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 #09B369 is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 179 | 105 | - |
| CMYK | 0.95 | 0 | 0.41 | 0.30 |
| HSL | 153.88º | 0.9% | 0.37% | - |
| HSV(B) | 153.88º | 0.95% | 0.7% | - |
| XYZ | 18.78 | 33.32 | 18.81 | - |
| YUV | 119.73 | 119.68 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 179 | 105 | 0.95 | 0 | 0.41 | 0.30 | 153.88 | 0.9 | 0.37 |
| Hex | 9 | B3 | 69 | 5F | 0 | 29 | 1E | 9A | 5A | 25 |
| Octal | 11 | 263 | 151 | 137 | 0 | 51 | 36 | 232 | 132 | 45 |
| Binary | 1001 | 10110011 | 1101001 | 1011111 | 0 | 101001 | 11110 | 10011010 | 1011010 | 100101 |
Color Harmonies of #09B369
Complementary color
Monochromatic Colors of #09B369
Black with #09B369
Text Example
Text Example
White with #09B369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B369; }
p { color: rgb(9,179,105); }
H1.HeaderClassName
{
color: #09B369;
}
.AnyTagClassName
{
color: #09B369;
}
</style>
background-color css
<style>
a { background-color: #09B369; }
a { background-color: rgb(9,179,105); }
div.DivClassName
{
background-color: #09B369;
}
.BgClassName
{
background-color: #09B369;
}
</style>
border-color css
<style>
span { border-color: #09B369; }
span { border-color: rgb(9,179,105); }
td.TdClassName
{
border-color: #09B369;
}
.TagClassName
{
border-color: #09B369;
}
</style>