Shades of Persian Green #0B9A95
Tints of Persian Green #0B9A95
RGB
CMYK
RGB Variations
Color information
#0B9A95 (or 0x0B9A95) is known color: Persian Green. HEX triplet: 0B, 9A and 95. RGB value is (11,154,149). Sum of RGB (Red+Green+Blue) = 11+154+149=314 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.50% from 314); Green value is 154 (60.55% from 255 or 49.04% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 154 - color contains mainly: green. Hex color #0B9A95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9A95 is #F4656A. Grayscale: #6E6E6E. Windows color (decimal): -16016747 or 9804299. OLE color: 9804299.
HSL color Cylindrical-coordinate representation of color #0B9A95: hue angle of 177.9º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9A95 is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 11 | 154 | 149 | - |
| CMYK | 0.93 | 0 | 0.03 | 0.40 |
| HSL | 177.9º | 0.87% | 0.32% | - |
| HSV(B) | 177.9º | 0.93% | 0.6% | - |
| XYZ | 17.12 | 25.35 | 32.43 | - |
| YUV | 110.67 | 149.62 | 56.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 154 | 149 | 0.93 | 0 | 0.03 | 0.40 | 177.9 | 0.87 | 0.32 |
| Hex | B | 9A | 95 | 5D | 0 | 3 | 28 | B2 | 57 | 20 |
| Octal | 13 | 232 | 225 | 135 | 0 | 3 | 50 | 262 | 127 | 40 |
| Binary | 1011 | 10011010 | 10010101 | 1011101 | 0 | 11 | 101000 | 10110010 | 1010111 | 100000 |
Color Harmonies of #0B9A95
Complementary color
Monochromatic Colors of #0B9A95
Black with #0B9A95
Text Example
Text Example
White with #0B9A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9A95; }
p { color: rgb(11,154,149); }
H1.HeaderClassName
{
color: #0B9A95;
}
.AnyTagClassName
{
color: #0B9A95;
}
</style>
background-color css
<style>
a { background-color: #0B9A95; }
a { background-color: rgb(11,154,149); }
div.DivClassName
{
background-color: #0B9A95;
}
.BgClassName
{
background-color: #0B9A95;
}
</style>
border-color css
<style>
span { border-color: #0B9A95; }
span { border-color: rgb(11,154,149); }
td.TdClassName
{
border-color: #0B9A95;
}
.TagClassName
{
border-color: #0B9A95;
}
</style>