Shades of Persian Green #0FA48B
Tints of Persian Green #0FA48B
RGB
CMYK
RGB Variations
Color information
#0FA48B (or 0x0FA48B) is known color: Persian Green. HEX triplet: 0F, A4 and 8B. RGB value is (15,164,139). Sum of RGB (Red+Green+Blue) = 15+164+139=318 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.72% from 318); Green value is 164 (64.45% from 255 or 51.57% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 164 - color contains mainly: green. Hex color #0FA48B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA48B is #F05B74. Grayscale: #747474. Windows color (decimal): -15752053 or 9151503. OLE color: 9151503.
HSL color Cylindrical-coordinate representation of color #0FA48B: hue angle of 169.93º 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 #0FA48B is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 164 | 139 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.36 |
| HSL | 169.93º | 0.83% | 0.35% | - |
| HSV(B) | 169.93º | 0.91% | 0.64% | - |
| XYZ | 18.13 | 28.52 | 28.97 | - |
| YUV | 116.6 | 140.64 | 55.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 164 | 139 | 0.91 | 0 | 0.15 | 0.36 | 169.93 | 0.83 | 0.35 |
| Hex | F | A4 | 8B | 5B | 0 | F | 24 | AA | 53 | 23 |
| Octal | 17 | 244 | 213 | 133 | 0 | 17 | 44 | 252 | 123 | 43 |
| Binary | 1111 | 10100100 | 10001011 | 1011011 | 0 | 1111 | 100100 | 10101010 | 1010011 | 100011 |
Color Harmonies of #0FA48B
Complementary color
Monochromatic Colors of #0FA48B
Black with #0FA48B
Text Example
Text Example
White with #0FA48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA48B; }
p { color: rgb(15,164,139); }
H1.HeaderClassName
{
color: #0FA48B;
}
.AnyTagClassName
{
color: #0FA48B;
}
</style>
background-color css
<style>
a { background-color: #0FA48B; }
a { background-color: rgb(15,164,139); }
div.DivClassName
{
background-color: #0FA48B;
}
.BgClassName
{
background-color: #0FA48B;
}
</style>
border-color css
<style>
span { border-color: #0FA48B; }
span { border-color: rgb(15,164,139); }
td.TdClassName
{
border-color: #0FA48B;
}
.TagClassName
{
border-color: #0FA48B;
}
</style>