Shades of Persian Green #009BA0
Tints of Persian Green #009BA0
RGB
CMYK
RGB Variations
Color information
#009BA0 (or 0x009BA0) is known color: Persian Green. HEX triplet: 00, 9B and A0. RGB value is (0,155,160). Sum of RGB (Red+Green+Blue) = 0+155+160=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 155 (60.94% from 255 or 49.21% from 315); Blue value is 160 (62.89% from 255 or 50.79% from 315); Max value from RGB is 160 - color contains mainly: blue. Hex color #009BA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009BA0 is #FF645F. Grayscale: #6D6D6D. Windows color (decimal): -16737376 or 10525440. OLE color: 10525440.
HSL color Cylindrical-coordinate representation of color #009BA0: hue angle of 181.88º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009BA0 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 155 | 160 | - |
| CMYK | 1 | 0.03 | 0 | 0.37 |
| HSL | 181.88º | 1% | 0.31% | - |
| HSV(B) | 181.88º | 1% | 0.63% | - |
| XYZ | 18.07 | 25.98 | 37.32 | - |
| YUV | 109.23 | 156.65 | 50.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 155 | 160 | 1 | 0.03 | 0 | 0.37 | 181.88 | 1 | 0.31 |
| Hex | 0 | 9B | A0 | 64 | 3 | 0 | 25 | B6 | 64 | 1F |
| Octal | 0 | 233 | 240 | 144 | 3 | 0 | 45 | 266 | 144 | 37 |
| Binary | 0 | 10011011 | 10100000 | 1100100 | 11 | 0 | 100101 | 10110110 | 1100100 | 11111 |
Color Harmonies of #009BA0
Complementary color
Monochromatic Colors of #009BA0
Black with #009BA0
Text Example
Text Example
White with #009BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009BA0; }
p { color: rgb(0,155,160); }
H1.HeaderClassName
{
color: #009BA0;
}
.AnyTagClassName
{
color: #009BA0;
}
</style>
background-color css
<style>
a { background-color: #009BA0; }
a { background-color: rgb(0,155,160); }
div.DivClassName
{
background-color: #009BA0;
}
.BgClassName
{
background-color: #009BA0;
}
</style>
border-color css
<style>
span { border-color: #009BA0; }
span { border-color: rgb(0,155,160); }
td.TdClassName
{
border-color: #009BA0;
}
.TagClassName
{
border-color: #009BA0;
}
</style>