Shades of Persian Green #019F85
Tints of Persian Green #019F85
RGB
CMYK
RGB Variations
Color information
#019F85 (or 0x019F85) is known color: Persian Green. HEX triplet: 01, 9F and 85. RGB value is (1,159,133). Sum of RGB (Red+Green+Blue) = 1+159+133=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 159 (62.5% from 255 or 54.27% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 159 - color contains mainly: green. Hex color #019F85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019F85 is #FE607A. Grayscale: #6C6C6C. Windows color (decimal): -16670843 or 8756993. OLE color: 8756993.
HSL color Cylindrical-coordinate representation of color #019F85: hue angle of 170.13º 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 #019F85 is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 159 | 133 | - |
| CMYK | 0.99 | 0 | 0.16 | 0.38 |
| HSL | 170.13º | 0.99% | 0.31% | - |
| HSV(B) | 170.13º | 0.99% | 0.62% | - |
| XYZ | 16.64 | 26.5 | 26.43 | - |
| YUV | 108.79 | 141.65 | 51.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 159 | 133 | 0.99 | 0 | 0.16 | 0.38 | 170.13 | 0.99 | 0.31 |
| Hex | 1 | 9F | 85 | 63 | 0 | 10 | 26 | AA | 63 | 1F |
| Octal | 1 | 237 | 205 | 143 | 0 | 20 | 46 | 252 | 143 | 37 |
| Binary | 1 | 10011111 | 10000101 | 1100011 | 0 | 10000 | 100110 | 10101010 | 1100011 | 11111 |
Color Harmonies of #019F85
Complementary color
Monochromatic Colors of #019F85
Black with #019F85
Text Example
Text Example
White with #019F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019F85; }
p { color: rgb(1,159,133); }
H1.HeaderClassName
{
color: #019F85;
}
.AnyTagClassName
{
color: #019F85;
}
</style>
background-color css
<style>
a { background-color: #019F85; }
a { background-color: rgb(1,159,133); }
div.DivClassName
{
background-color: #019F85;
}
.BgClassName
{
background-color: #019F85;
}
</style>
border-color css
<style>
span { border-color: #019F85; }
span { border-color: rgb(1,159,133); }
td.TdClassName
{
border-color: #019F85;
}
.TagClassName
{
border-color: #019F85;
}
</style>