Shades of Persian Green #0B9E86
Tints of Persian Green #0B9E86
RGB
CMYK
RGB Variations
Color information
#0B9E86 (or 0x0B9E86) is known color: Persian Green. HEX triplet: 0B, 9E and 86. RGB value is (11,158,134). Sum of RGB (Red+Green+Blue) = 11+158+134=303 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.63% from 303); Green value is 158 (62.11% from 255 or 52.15% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 158 - color contains mainly: green. Hex color #0B9E86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9E86 is #F46179. Grayscale: #6F6F6F. Windows color (decimal): -16015738 or 8822283. OLE color: 8822283.
HSL color Cylindrical-coordinate representation of color #0B9E86: hue angle of 170.2º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9E86 is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 11 | 158 | 134 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.38 |
| HSL | 170.2º | 0.87% | 0.33% | - |
| HSV(B) | 170.2º | 0.93% | 0.62% | - |
| XYZ | 16.67 | 26.25 | 26.74 | - |
| YUV | 111.31 | 140.8 | 56.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 158 | 134 | 0.93 | 0 | 0.15 | 0.38 | 170.2 | 0.87 | 0.33 |
| Hex | B | 9E | 86 | 5D | 0 | F | 26 | AA | 57 | 21 |
| Octal | 13 | 236 | 206 | 135 | 0 | 17 | 46 | 252 | 127 | 41 |
| Binary | 1011 | 10011110 | 10000110 | 1011101 | 0 | 1111 | 100110 | 10101010 | 1010111 | 100001 |
Color Harmonies of #0B9E86
Complementary color
Monochromatic Colors of #0B9E86
Black with #0B9E86
Text Example
Text Example
White with #0B9E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9E86; }
p { color: rgb(11,158,134); }
H1.HeaderClassName
{
color: #0B9E86;
}
.AnyTagClassName
{
color: #0B9E86;
}
</style>
background-color css
<style>
a { background-color: #0B9E86; }
a { background-color: rgb(11,158,134); }
div.DivClassName
{
background-color: #0B9E86;
}
.BgClassName
{
background-color: #0B9E86;
}
</style>
border-color css
<style>
span { border-color: #0B9E86; }
span { border-color: rgb(11,158,134); }
td.TdClassName
{
border-color: #0B9E86;
}
.TagClassName
{
border-color: #0B9E86;
}
</style>