Shades of Persian Green #0FA18C
Tints of Persian Green #0FA18C
RGB
CMYK
RGB Variations
Color information
#0FA18C (or 0x0FA18C) is known color: Persian Green. HEX triplet: 0F, A1 and 8C. RGB value is (15,161,140). Sum of RGB (Red+Green+Blue) = 15+161+140=316 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.75% from 316); Green value is 161 (63.28% from 255 or 50.95% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA18C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA18C is #F05E73. Grayscale: #727272. Windows color (decimal): -15752820 or 9216271. OLE color: 9216271.
HSL color Cylindrical-coordinate representation of color #0FA18C: hue angle of 171.37º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA18C is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 161 | 140 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.37 |
| HSL | 171.37º | 0.83% | 0.35% | - |
| HSV(B) | 171.37º | 0.91% | 0.63% | - |
| XYZ | 17.68 | 27.48 | 29.18 | - |
| YUV | 114.95 | 142.13 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 161 | 140 | 0.91 | 0 | 0.13 | 0.37 | 171.37 | 0.83 | 0.35 |
| Hex | F | A1 | 8C | 5B | 0 | D | 25 | AB | 53 | 23 |
| Octal | 17 | 241 | 214 | 133 | 0 | 15 | 45 | 253 | 123 | 43 |
| Binary | 1111 | 10100001 | 10001100 | 1011011 | 0 | 1101 | 100101 | 10101011 | 1010011 | 100011 |
Color Harmonies of #0FA18C
Complementary color
Monochromatic Colors of #0FA18C
Black with #0FA18C
Text Example
Text Example
White with #0FA18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA18C; }
p { color: rgb(15,161,140); }
H1.HeaderClassName
{
color: #0FA18C;
}
.AnyTagClassName
{
color: #0FA18C;
}
</style>
background-color css
<style>
a { background-color: #0FA18C; }
a { background-color: rgb(15,161,140); }
div.DivClassName
{
background-color: #0FA18C;
}
.BgClassName
{
background-color: #0FA18C;
}
</style>
border-color css
<style>
span { border-color: #0FA18C; }
span { border-color: rgb(15,161,140); }
td.TdClassName
{
border-color: #0FA18C;
}
.TagClassName
{
border-color: #0FA18C;
}
</style>