Shades of Persian Green #0B9D93
Tints of Persian Green #0B9D93
RGB
CMYK
RGB Variations
Color information
#0B9D93 (or 0x0B9D93) is known color: Persian Green. HEX triplet: 0B, 9D and 93. RGB value is (11,157,147). Sum of RGB (Red+Green+Blue) = 11+157+147=315 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.49% from 315); Green value is 157 (61.72% from 255 or 49.84% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 157 - color contains mainly: green. Hex color #0B9D93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9D93 is #F4626C. Grayscale: #707070. Windows color (decimal): -16015981 or 9673995. OLE color: 9673995.
HSL color Cylindrical-coordinate representation of color #0B9D93: hue angle of 175.89º 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 #0B9D93 is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 11 | 157 | 147 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.38 |
| HSL | 175.89º | 0.87% | 0.33% | - |
| HSV(B) | 175.89º | 0.93% | 0.62% | - |
| XYZ | 17.46 | 26.29 | 31.76 | - |
| YUV | 112.21 | 147.63 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 157 | 147 | 0.93 | 0 | 0.06 | 0.38 | 175.89 | 0.87 | 0.33 |
| Hex | B | 9D | 93 | 5D | 0 | 6 | 26 | B0 | 57 | 21 |
| Octal | 13 | 235 | 223 | 135 | 0 | 6 | 46 | 260 | 127 | 41 |
| Binary | 1011 | 10011101 | 10010011 | 1011101 | 0 | 110 | 100110 | 10110000 | 1010111 | 100001 |
Color Harmonies of #0B9D93
Complementary color
Monochromatic Colors of #0B9D93
Black with #0B9D93
Text Example
Text Example
White with #0B9D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9D93; }
p { color: rgb(11,157,147); }
H1.HeaderClassName
{
color: #0B9D93;
}
.AnyTagClassName
{
color: #0B9D93;
}
</style>
background-color css
<style>
a { background-color: #0B9D93; }
a { background-color: rgb(11,157,147); }
div.DivClassName
{
background-color: #0B9D93;
}
.BgClassName
{
background-color: #0B9D93;
}
</style>
border-color css
<style>
span { border-color: #0B9D93; }
span { border-color: rgb(11,157,147); }
td.TdClassName
{
border-color: #0B9D93;
}
.TagClassName
{
border-color: #0B9D93;
}
</style>