Shades of Persian Green #0B9E85
Tints of Persian Green #0B9E85
RGB
CMYK
RGB Variations
Color information
#0B9E85 (or 0x0B9E85) is known color: Persian Green. HEX triplet: 0B, 9E and 85. RGB value is (11,158,133). Sum of RGB (Red+Green+Blue) = 11+158+133=302 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.64% from 302); Green value is 158 (62.11% from 255 or 52.32% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 158 - color contains mainly: green. Hex color #0B9E85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9E85 is #F4617A. Grayscale: #6F6F6F. Windows color (decimal): -16015739 or 8756747. OLE color: 8756747.
HSL color Cylindrical-coordinate representation of color #0B9E85: hue angle of 169.8º 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 #0B9E85 is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 11 | 158 | 133 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.38 |
| HSL | 169.8º | 0.87% | 0.33% | - |
| HSV(B) | 169.8º | 0.93% | 0.62% | - |
| XYZ | 16.6 | 26.22 | 26.38 | - |
| YUV | 111.2 | 140.3 | 56.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 158 | 133 | 0.93 | 0 | 0.16 | 0.38 | 169.8 | 0.87 | 0.33 |
| Hex | B | 9E | 85 | 5D | 0 | 10 | 26 | AA | 57 | 21 |
| Octal | 13 | 236 | 205 | 135 | 0 | 20 | 46 | 252 | 127 | 41 |
| Binary | 1011 | 10011110 | 10000101 | 1011101 | 0 | 10000 | 100110 | 10101010 | 1010111 | 100001 |
Color Harmonies of #0B9E85
Complementary color
Monochromatic Colors of #0B9E85
Black with #0B9E85
Text Example
Text Example
White with #0B9E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9E85; }
p { color: rgb(11,158,133); }
H1.HeaderClassName
{
color: #0B9E85;
}
.AnyTagClassName
{
color: #0B9E85;
}
</style>
background-color css
<style>
a { background-color: #0B9E85; }
a { background-color: rgb(11,158,133); }
div.DivClassName
{
background-color: #0B9E85;
}
.BgClassName
{
background-color: #0B9E85;
}
</style>
border-color css
<style>
span { border-color: #0B9E85; }
span { border-color: rgb(11,158,133); }
td.TdClassName
{
border-color: #0B9E85;
}
.TagClassName
{
border-color: #0B9E85;
}
</style>