Shades of Persian Green #0FAD92
Tints of Persian Green #0FAD92
RGB
CMYK
RGB Variations
Color information
#0FAD92 (or 0x0FAD92) is known color: Persian Green. HEX triplet: 0F, AD and 92. RGB value is (15,173,146). Sum of RGB (Red+Green+Blue) = 15+173+146=334 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.49% from 334); Green value is 173 (67.97% from 255 or 51.80% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAD92 is #F0526D. Grayscale: #7A7A7A. Windows color (decimal): -15749742 or 9612559. OLE color: 9612559.
HSL color Cylindrical-coordinate representation of color #0FAD92: hue angle of 169.75º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAD92 is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 173 | 146 | - |
| CMYK | 0.91 | 0 | 0.16 | 0.32 |
| HSL | 169.75º | 0.84% | 0.37% | - |
| HSV(B) | 169.75º | 0.91% | 0.68% | - |
| XYZ | 20.33 | 32.06 | 32.31 | - |
| YUV | 122.68 | 141.15 | 51.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 173 | 146 | 0.91 | 0 | 0.16 | 0.32 | 169.75 | 0.84 | 0.37 |
| Hex | F | AD | 92 | 5B | 0 | 10 | 20 | AA | 54 | 25 |
| Octal | 17 | 255 | 222 | 133 | 0 | 20 | 40 | 252 | 124 | 45 |
| Binary | 1111 | 10101101 | 10010010 | 1011011 | 0 | 10000 | 100000 | 10101010 | 1010100 | 100101 |
Color Harmonies of #0FAD92
Complementary color
Monochromatic Colors of #0FAD92
Black with #0FAD92
Text Example
Text Example
White with #0FAD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAD92; }
p { color: rgb(15,173,146); }
H1.HeaderClassName
{
color: #0FAD92;
}
.AnyTagClassName
{
color: #0FAD92;
}
</style>
background-color css
<style>
a { background-color: #0FAD92; }
a { background-color: rgb(15,173,146); }
div.DivClassName
{
background-color: #0FAD92;
}
.BgClassName
{
background-color: #0FAD92;
}
</style>
border-color css
<style>
span { border-color: #0FAD92; }
span { border-color: rgb(15,173,146); }
td.TdClassName
{
border-color: #0FAD92;
}
.TagClassName
{
border-color: #0FAD92;
}
</style>