Shades of Persian Green #009F9C
Tints of Persian Green #009F9C
RGB
CMYK
RGB Variations
Color information
#009F9C (or 0x009F9C) is known color: Persian Green. HEX triplet: 00, 9F and 9C. RGB value is (0,159,156). Sum of RGB (Red+Green+Blue) = 0+159+156=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 159 (62.5% from 255 or 50.48% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 159 - color contains mainly: green. Hex color #009F9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009F9C is #FF6063. Grayscale: #6E6E6E. Windows color (decimal): -16736356 or 10264320. OLE color: 10264320.
HSL color Cylindrical-coordinate representation of color #009F9C: hue angle of 178.87º 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 #009F9C is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 159 | 156 | - |
| CMYK | 1 | 0 | 0.02 | 0.38 |
| HSL | 178.87º | 1% | 0.31% | - |
| HSV(B) | 178.87º | 1% | 0.62% | - |
| XYZ | 18.4 | 27.2 | 35.73 | - |
| YUV | 111.12 | 153.32 | 48.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 159 | 156 | 1 | 0 | 0.02 | 0.38 | 178.87 | 1 | 0.31 |
| Hex | 0 | 9F | 9C | 64 | 0 | 2 | 26 | B3 | 64 | 1F |
| Octal | 0 | 237 | 234 | 144 | 0 | 2 | 46 | 263 | 144 | 37 |
| Binary | 0 | 10011111 | 10011100 | 1100100 | 0 | 10 | 100110 | 10110011 | 1100100 | 11111 |
Color Harmonies of #009F9C
Complementary color
Monochromatic Colors of #009F9C
Black with #009F9C
Text Example
Text Example
White with #009F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009F9C; }
p { color: rgb(0,159,156); }
H1.HeaderClassName
{
color: #009F9C;
}
.AnyTagClassName
{
color: #009F9C;
}
</style>
background-color css
<style>
a { background-color: #009F9C; }
a { background-color: rgb(0,159,156); }
div.DivClassName
{
background-color: #009F9C;
}
.BgClassName
{
background-color: #009F9C;
}
</style>
border-color css
<style>
span { border-color: #009F9C; }
span { border-color: rgb(0,159,156); }
td.TdClassName
{
border-color: #009F9C;
}
.TagClassName
{
border-color: #009F9C;
}
</style>