Shades of Jade #09B268
Tints of Jade #09B268
RGB
CMYK
RGB Variations
Color information
#09B268 (or 0x09B268) is known color: Jade. HEX triplet: 09, B2 and 68. RGB value is (9,178,104). Sum of RGB (Red+Green+Blue) = 9+178+104=291 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.09% from 291); Green value is 178 (69.92% from 255 or 61.17% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 178 - color contains mainly: green. Hex color #09B268 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09B268 is #F64D97. Grayscale: #777777. Windows color (decimal): -16141720 or 6861321. OLE color: 6861321.
HSL color Cylindrical-coordinate representation of color #09B268: hue angle of 153.73º 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 #09B268 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 178 | 104 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.30 |
| HSL | 153.73º | 0.9% | 0.37% | - |
| HSV(B) | 153.73º | 0.95% | 0.7% | - |
| XYZ | 18.53 | 32.9 | 18.47 | - |
| YUV | 119.03 | 119.51 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 178 | 104 | 0.95 | 0 | 0.42 | 0.30 | 153.73 | 0.9 | 0.37 |
| Hex | 9 | B2 | 68 | 5F | 0 | 2A | 1E | 9A | 5A | 25 |
| Octal | 11 | 262 | 150 | 137 | 0 | 52 | 36 | 232 | 132 | 45 |
| Binary | 1001 | 10110010 | 1101000 | 1011111 | 0 | 101010 | 11110 | 10011010 | 1011010 | 100101 |
Color Harmonies of #09B268
Complementary color
Monochromatic Colors of #09B268
Black with #09B268
Text Example
Text Example
White with #09B268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B268; }
p { color: rgb(9,178,104); }
H1.HeaderClassName
{
color: #09B268;
}
.AnyTagClassName
{
color: #09B268;
}
</style>
background-color css
<style>
a { background-color: #09B268; }
a { background-color: rgb(9,178,104); }
div.DivClassName
{
background-color: #09B268;
}
.BgClassName
{
background-color: #09B268;
}
</style>
border-color css
<style>
span { border-color: #09B268; }
span { border-color: rgb(9,178,104); }
td.TdClassName
{
border-color: #09B268;
}
.TagClassName
{
border-color: #09B268;
}
</style>