Shades of Persian Green #019F87
Tints of Persian Green #019F87
RGB
CMYK
RGB Variations
Color information
#019F87 (or 0x019F87) is known color: Persian Green. HEX triplet: 01, 9F and 87. RGB value is (1,159,135). Sum of RGB (Red+Green+Blue) = 1+159+135=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 159 (62.5% from 255 or 53.90% from 295); Blue value is 135 (53.12% from 255 or 45.76% from 295); Max value from RGB is 159 - color contains mainly: green. Hex color #019F87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019F87 is #FE6078. Grayscale: #6C6C6C. Windows color (decimal): -16670841 or 8888065. OLE color: 8888065.
HSL color Cylindrical-coordinate representation of color #019F87: hue angle of 170.89º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019F87 is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 159 | 135 | - |
| CMYK | 0.99 | 0 | 0.15 | 0.38 |
| HSL | 170.89º | 0.99% | 0.31% | - |
| HSV(B) | 170.89º | 0.99% | 0.62% | - |
| XYZ | 16.78 | 26.55 | 27.16 | - |
| YUV | 109.02 | 142.65 | 50.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 159 | 135 | 0.99 | 0 | 0.15 | 0.38 | 170.89 | 0.99 | 0.31 |
| Hex | 1 | 9F | 87 | 63 | 0 | F | 26 | AB | 63 | 1F |
| Octal | 1 | 237 | 207 | 143 | 0 | 17 | 46 | 253 | 143 | 37 |
| Binary | 1 | 10011111 | 10000111 | 1100011 | 0 | 1111 | 100110 | 10101011 | 1100011 | 11111 |
Color Harmonies of #019F87
Complementary color
Monochromatic Colors of #019F87
Black with #019F87
Text Example
Text Example
White with #019F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019F87; }
p { color: rgb(1,159,135); }
H1.HeaderClassName
{
color: #019F87;
}
.AnyTagClassName
{
color: #019F87;
}
</style>
background-color css
<style>
a { background-color: #019F87; }
a { background-color: rgb(1,159,135); }
div.DivClassName
{
background-color: #019F87;
}
.BgClassName
{
background-color: #019F87;
}
</style>
border-color css
<style>
span { border-color: #019F87; }
span { border-color: rgb(1,159,135); }
td.TdClassName
{
border-color: #019F87;
}
.TagClassName
{
border-color: #019F87;
}
</style>