Shades of Persian Green #0FA29D
Tints of Persian Green #0FA29D
RGB
CMYK
RGB Variations
Color information
#0FA29D (or 0x0FA29D) is known color: Persian Green. HEX triplet: 0F, A2 and 9D. RGB value is (15,162,157). Sum of RGB (Red+Green+Blue) = 15+162+157=334 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.49% from 334); Green value is 162 (63.67% from 255 or 48.50% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 162 - color contains mainly: green. Hex color #0FA29D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA29D is #F05D62. Grayscale: #757575. Windows color (decimal): -15752547 or 10330639. OLE color: 10330639.
HSL color Cylindrical-coordinate representation of color #0FA29D: hue angle of 177.96º 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 #0FA29D is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 162 | 157 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.36 |
| HSL | 177.96º | 0.83% | 0.35% | - |
| HSV(B) | 177.96º | 0.91% | 0.64% | - |
| XYZ | 19.2 | 28.38 | 36.36 | - |
| YUV | 117.48 | 150.3 | 54.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 162 | 157 | 0.91 | 0 | 0.03 | 0.36 | 177.96 | 0.83 | 0.35 |
| Hex | F | A2 | 9D | 5B | 0 | 3 | 24 | B2 | 53 | 23 |
| Octal | 17 | 242 | 235 | 133 | 0 | 3 | 44 | 262 | 123 | 43 |
| Binary | 1111 | 10100010 | 10011101 | 1011011 | 0 | 11 | 100100 | 10110010 | 1010011 | 100011 |
Color Harmonies of #0FA29D
Complementary color
Monochromatic Colors of #0FA29D
Black with #0FA29D
Text Example
Text Example
White with #0FA29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA29D; }
p { color: rgb(15,162,157); }
H1.HeaderClassName
{
color: #0FA29D;
}
.AnyTagClassName
{
color: #0FA29D;
}
</style>
background-color css
<style>
a { background-color: #0FA29D; }
a { background-color: rgb(15,162,157); }
div.DivClassName
{
background-color: #0FA29D;
}
.BgClassName
{
background-color: #0FA29D;
}
</style>
border-color css
<style>
span { border-color: #0FA29D; }
span { border-color: rgb(15,162,157); }
td.TdClassName
{
border-color: #0FA29D;
}
.TagClassName
{
border-color: #0FA29D;
}
</style>