Shades of Persian Green #009F8C
Tints of Persian Green #009F8C
RGB
CMYK
RGB Variations
Color information
#009F8C (or 0x009F8C) is known color: Persian Green. HEX triplet: 00, 9F and 8C. RGB value is (0,159,140). Sum of RGB (Red+Green+Blue) = 0+159+140=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 159 (62.5% from 255 or 53.18% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 159 - color contains mainly: green. Hex color #009F8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009F8C is #FF6073. Grayscale: #6D6D6D. Windows color (decimal): -16736372 or 9215744. OLE color: 9215744.
HSL color Cylindrical-coordinate representation of color #009F8C: hue angle of 172.83º 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 #009F8C is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 159 | 140 | - |
| CMYK | 1 | 0 | 0.12 | 0.38 |
| HSL | 172.83º | 1% | 0.31% | - |
| HSV(B) | 172.83º | 1% | 0.62% | - |
| XYZ | 17.13 | 26.69 | 29.06 | - |
| YUV | 109.29 | 145.32 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 159 | 140 | 1 | 0 | 0.12 | 0.38 | 172.83 | 1 | 0.31 |
| Hex | 0 | 9F | 8C | 64 | 0 | C | 26 | AD | 64 | 1F |
| Octal | 0 | 237 | 214 | 144 | 0 | 14 | 46 | 255 | 144 | 37 |
| Binary | 0 | 10011111 | 10001100 | 1100100 | 0 | 1100 | 100110 | 10101101 | 1100100 | 11111 |
Color Harmonies of #009F8C
Complementary color
Monochromatic Colors of #009F8C
Black with #009F8C
Text Example
Text Example
White with #009F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009F8C; }
p { color: rgb(0,159,140); }
H1.HeaderClassName
{
color: #009F8C;
}
.AnyTagClassName
{
color: #009F8C;
}
</style>
background-color css
<style>
a { background-color: #009F8C; }
a { background-color: rgb(0,159,140); }
div.DivClassName
{
background-color: #009F8C;
}
.BgClassName
{
background-color: #009F8C;
}
</style>
border-color css
<style>
span { border-color: #009F8C; }
span { border-color: rgb(0,159,140); }
td.TdClassName
{
border-color: #009F8C;
}
.TagClassName
{
border-color: #009F8C;
}
</style>