Shades of Persian Green #0FA28A
Tints of Persian Green #0FA28A
RGB
CMYK
RGB Variations
Color information
#0FA28A (or 0x0FA28A) is known color: Persian Green. HEX triplet: 0F, A2 and 8A. RGB value is (15,162,138). Sum of RGB (Red+Green+Blue) = 15+162+138=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 162 (63.67% from 255 or 51.43% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA28A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA28A is #F05D75. Grayscale: #737373. Windows color (decimal): -15752566 or 9085455. OLE color: 9085455.
HSL color Cylindrical-coordinate representation of color #0FA28A: hue angle of 170.2º 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 #0FA28A is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 162 | 138 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.36 |
| HSL | 170.2º | 0.83% | 0.35% | - |
| HSV(B) | 170.2º | 0.91% | 0.64% | - |
| XYZ | 17.7 | 27.78 | 28.47 | - |
| YUV | 115.31 | 140.8 | 56.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 162 | 138 | 0.91 | 0 | 0.15 | 0.36 | 170.2 | 0.83 | 0.35 |
| Hex | F | A2 | 8A | 5B | 0 | F | 24 | AA | 53 | 23 |
| Octal | 17 | 242 | 212 | 133 | 0 | 17 | 44 | 252 | 123 | 43 |
| Binary | 1111 | 10100010 | 10001010 | 1011011 | 0 | 1111 | 100100 | 10101010 | 1010011 | 100011 |
Color Harmonies of #0FA28A
Complementary color
Monochromatic Colors of #0FA28A
Black with #0FA28A
Text Example
Text Example
White with #0FA28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA28A; }
p { color: rgb(15,162,138); }
H1.HeaderClassName
{
color: #0FA28A;
}
.AnyTagClassName
{
color: #0FA28A;
}
</style>
background-color css
<style>
a { background-color: #0FA28A; }
a { background-color: rgb(15,162,138); }
div.DivClassName
{
background-color: #0FA28A;
}
.BgClassName
{
background-color: #0FA28A;
}
</style>
border-color css
<style>
span { border-color: #0FA28A; }
span { border-color: rgb(15,162,138); }
td.TdClassName
{
border-color: #0FA28A;
}
.TagClassName
{
border-color: #0FA28A;
}
</style>