Shades of Persian Green #0FAF9D
Tints of Persian Green #0FAF9D
RGB
CMYK
RGB Variations
Color information
#0FAF9D (or 0x0FAF9D) is known color: Persian Green. HEX triplet: 0F, AF and 9D. RGB value is (15,175,157). Sum of RGB (Red+Green+Blue) = 15+175+157=347 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.32% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAF9D is #F05062. Grayscale: #7D7D7D. Windows color (decimal): -15749219 or 10333967. OLE color: 10333967.
HSL color Cylindrical-coordinate representation of color #0FAF9D: hue angle of 173.25º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAF9D is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 175 | 157 | - |
| CMYK | 0.91 | 0 | 0.10 | 0.31 |
| HSL | 173.25º | 0.84% | 0.37% | - |
| HSV(B) | 173.25º | 0.91% | 0.69% | - |
| XYZ | 21.61 | 33.2 | 37.17 | - |
| YUV | 125.11 | 145.99 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 157 | 0.91 | 0 | 0.10 | 0.31 | 173.25 | 0.84 | 0.37 |
| Hex | F | AF | 9D | 5B | 0 | A | 1F | AD | 54 | 25 |
| Octal | 17 | 257 | 235 | 133 | 0 | 12 | 37 | 255 | 124 | 45 |
| Binary | 1111 | 10101111 | 10011101 | 1011011 | 0 | 1010 | 11111 | 10101101 | 1010100 | 100101 |
Color Harmonies of #0FAF9D
Complementary color
Monochromatic Colors of #0FAF9D
Black with #0FAF9D
Text Example
Text Example
White with #0FAF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAF9D; }
p { color: rgb(15,175,157); }
H1.HeaderClassName
{
color: #0FAF9D;
}
.AnyTagClassName
{
color: #0FAF9D;
}
</style>
background-color css
<style>
a { background-color: #0FAF9D; }
a { background-color: rgb(15,175,157); }
div.DivClassName
{
background-color: #0FAF9D;
}
.BgClassName
{
background-color: #0FAF9D;
}
</style>
border-color css
<style>
span { border-color: #0FAF9D; }
span { border-color: rgb(15,175,157); }
td.TdClassName
{
border-color: #0FAF9D;
}
.TagClassName
{
border-color: #0FAF9D;
}
</style>