Shades of Persian Green #009F9B
Tints of Persian Green #009F9B
RGB
CMYK
RGB Variations
Color information
#009F9B (or 0x009F9B) is known color: Persian Green. HEX triplet: 00, 9F and 9B. RGB value is (0,159,155). Sum of RGB (Red+Green+Blue) = 0+159+155=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 159 (62.5% from 255 or 50.64% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 159 - color contains mainly: green. Hex color #009F9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009F9B is #FF6064. Grayscale: #6E6E6E. Windows color (decimal): -16736357 or 10198784. OLE color: 10198784.
HSL color Cylindrical-coordinate representation of color #009F9B: hue angle of 178.49º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009F9B is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 159 | 155 | - |
| CMYK | 1 | 0 | 0.03 | 0.38 |
| HSL | 178.49º | 1% | 0.31% | - |
| HSV(B) | 178.49º | 1% | 0.62% | - |
| XYZ | 18.31 | 27.16 | 35.29 | - |
| YUV | 111 | 152.82 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 159 | 155 | 1 | 0 | 0.03 | 0.38 | 178.49 | 1 | 0.31 |
| Hex | 0 | 9F | 9B | 64 | 0 | 3 | 26 | B2 | 64 | 1F |
| Octal | 0 | 237 | 233 | 144 | 0 | 3 | 46 | 262 | 144 | 37 |
| Binary | 0 | 10011111 | 10011011 | 1100100 | 0 | 11 | 100110 | 10110010 | 1100100 | 11111 |
Color Harmonies of #009F9B
Complementary color
Monochromatic Colors of #009F9B
Black with #009F9B
Text Example
Text Example
White with #009F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009F9B; }
p { color: rgb(0,159,155); }
H1.HeaderClassName
{
color: #009F9B;
}
.AnyTagClassName
{
color: #009F9B;
}
</style>
background-color css
<style>
a { background-color: #009F9B; }
a { background-color: rgb(0,159,155); }
div.DivClassName
{
background-color: #009F9B;
}
.BgClassName
{
background-color: #009F9B;
}
</style>
border-color css
<style>
span { border-color: #009F9B; }
span { border-color: rgb(0,159,155); }
td.TdClassName
{
border-color: #009F9B;
}
.TagClassName
{
border-color: #009F9B;
}
</style>