Shades of Persian Green #0FA28C
Tints of Persian Green #0FA28C
RGB
CMYK
RGB Variations
Color information
#0FA28C (or 0x0FA28C) is known color: Persian Green. HEX triplet: 0F, A2 and 8C. RGB value is (15,162,140). Sum of RGB (Red+Green+Blue) = 15+162+140=317 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.73% from 317); Green value is 162 (63.67% from 255 or 51.10% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA28C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA28C is #F05D73. Grayscale: #737373. Windows color (decimal): -15752564 or 9216527. OLE color: 9216527.
HSL color Cylindrical-coordinate representation of color #0FA28C: hue angle of 171.02º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA28C is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 162 | 140 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.36 |
| HSL | 171.02º | 0.83% | 0.35% | - |
| HSV(B) | 171.02º | 0.91% | 0.64% | - |
| XYZ | 17.85 | 27.84 | 29.24 | - |
| YUV | 115.54 | 141.8 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 162 | 140 | 0.91 | 0 | 0.14 | 0.36 | 171.02 | 0.83 | 0.35 |
| Hex | F | A2 | 8C | 5B | 0 | E | 24 | AB | 53 | 23 |
| Octal | 17 | 242 | 214 | 133 | 0 | 16 | 44 | 253 | 123 | 43 |
| Binary | 1111 | 10100010 | 10001100 | 1011011 | 0 | 1110 | 100100 | 10101011 | 1010011 | 100011 |
Color Harmonies of #0FA28C
Complementary color
Monochromatic Colors of #0FA28C
Black with #0FA28C
Text Example
Text Example
White with #0FA28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA28C; }
p { color: rgb(15,162,140); }
H1.HeaderClassName
{
color: #0FA28C;
}
.AnyTagClassName
{
color: #0FA28C;
}
</style>
background-color css
<style>
a { background-color: #0FA28C; }
a { background-color: rgb(15,162,140); }
div.DivClassName
{
background-color: #0FA28C;
}
.BgClassName
{
background-color: #0FA28C;
}
</style>
border-color css
<style>
span { border-color: #0FA28C; }
span { border-color: rgb(15,162,140); }
td.TdClassName
{
border-color: #0FA28C;
}
.TagClassName
{
border-color: #0FA28C;
}
</style>