Shades of Persian Green #0BAC95
Tints of Persian Green #0BAC95
RGB
CMYK
RGB Variations
Color information
#0BAC95 (or 0x0BAC95) is known color: Persian Green. HEX triplet: 0B, AC and 95. RGB value is (11,172,149). Sum of RGB (Red+Green+Blue) = 11+172+149=332 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.31% from 332); Green value is 172 (67.58% from 255 or 51.81% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 172 - color contains mainly: green. Hex color #0BAC95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAC95 is #F4536A. Grayscale: #797979. Windows color (decimal): -16012139 or 9808907. OLE color: 9808907.
HSL color Cylindrical-coordinate representation of color #0BAC95: hue angle of 171.43º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAC95 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 172 | 149 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.33 |
| HSL | 171.43º | 0.88% | 0.36% | - |
| HSV(B) | 171.43º | 0.94% | 0.67% | - |
| XYZ | 20.32 | 31.75 | 33.49 | - |
| YUV | 121.24 | 143.66 | 49.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 172 | 149 | 0.94 | 0 | 0.13 | 0.33 | 171.43 | 0.88 | 0.36 |
| Hex | B | AC | 95 | 5E | 0 | D | 21 | AB | 58 | 24 |
| Octal | 13 | 254 | 225 | 136 | 0 | 15 | 41 | 253 | 130 | 44 |
| Binary | 1011 | 10101100 | 10010101 | 1011110 | 0 | 1101 | 100001 | 10101011 | 1011000 | 100100 |
Color Harmonies of #0BAC95
Complementary color
Monochromatic Colors of #0BAC95
Black with #0BAC95
Text Example
Text Example
White with #0BAC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAC95; }
p { color: rgb(11,172,149); }
H1.HeaderClassName
{
color: #0BAC95;
}
.AnyTagClassName
{
color: #0BAC95;
}
</style>
background-color css
<style>
a { background-color: #0BAC95; }
a { background-color: rgb(11,172,149); }
div.DivClassName
{
background-color: #0BAC95;
}
.BgClassName
{
background-color: #0BAC95;
}
</style>
border-color css
<style>
span { border-color: #0BAC95; }
span { border-color: rgb(11,172,149); }
td.TdClassName
{
border-color: #0BAC95;
}
.TagClassName
{
border-color: #0BAC95;
}
</style>