Shades of Persian Green #0BAF94
Tints of Persian Green #0BAF94
RGB
CMYK
RGB Variations
Color information
#0BAF94 (or 0x0BAF94) is known color: Persian Green. HEX triplet: 0B, AF and 94. RGB value is (11,175,148). Sum of RGB (Red+Green+Blue) = 11+175+148=334 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.29% from 334); Green value is 175 (68.75% from 255 or 52.40% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 175 - color contains mainly: green. Hex color #0BAF94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAF94 is #F4506B. Grayscale: #7A7A7A. Windows color (decimal): -16011372 or 9744139. OLE color: 9744139.
HSL color Cylindrical-coordinate representation of color #0BAF94: hue angle of 170.12º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAF94 is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 11 | 175 | 148 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.31 |
| HSL | 170.12º | 0.88% | 0.36% | - |
| HSV(B) | 170.12º | 0.94% | 0.69% | - |
| XYZ | 20.81 | 32.87 | 33.26 | - |
| YUV | 122.89 | 142.17 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 175 | 148 | 0.94 | 0 | 0.15 | 0.31 | 170.12 | 0.88 | 0.36 |
| Hex | B | AF | 94 | 5E | 0 | F | 1F | AA | 58 | 24 |
| Octal | 13 | 257 | 224 | 136 | 0 | 17 | 37 | 252 | 130 | 44 |
| Binary | 1011 | 10101111 | 10010100 | 1011110 | 0 | 1111 | 11111 | 10101010 | 1011000 | 100100 |
Color Harmonies of #0BAF94
Complementary color
Monochromatic Colors of #0BAF94
Black with #0BAF94
Text Example
Text Example
White with #0BAF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAF94; }
p { color: rgb(11,175,148); }
H1.HeaderClassName
{
color: #0BAF94;
}
.AnyTagClassName
{
color: #0BAF94;
}
</style>
background-color css
<style>
a { background-color: #0BAF94; }
a { background-color: rgb(11,175,148); }
div.DivClassName
{
background-color: #0BAF94;
}
.BgClassName
{
background-color: #0BAF94;
}
</style>
border-color css
<style>
span { border-color: #0BAF94; }
span { border-color: rgb(11,175,148); }
td.TdClassName
{
border-color: #0BAF94;
}
.TagClassName
{
border-color: #0BAF94;
}
</style>