Shades of Persian Green #019B85
Tints of Persian Green #019B85
RGB
CMYK
RGB Variations
Color information
#019B85 (or 0x019B85) is known color: Persian Green. HEX triplet: 01, 9B and 85. RGB value is (1,155,133). Sum of RGB (Red+Green+Blue) = 1+155+133=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 155 (60.94% from 255 or 53.63% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 155 - color contains mainly: green. Hex color #019B85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019B85 is #FE647A. Grayscale: #6A6A6A. Windows color (decimal): -16671867 or 8755969. OLE color: 8755969.
HSL color Cylindrical-coordinate representation of color #019B85: hue angle of 171.43º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019B85 is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 155 | 133 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.39 |
| HSL | 171.43º | 0.99% | 0.31% | - |
| HSV(B) | 171.43º | 0.99% | 0.61% | - |
| XYZ | 15.97 | 25.14 | 26.2 | - |
| YUV | 106.45 | 142.98 | 52.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 155 | 133 | 0.99 | 0 | 0.14 | 0.39 | 171.43 | 0.99 | 0.31 |
| Hex | 1 | 9B | 85 | 63 | 0 | E | 27 | AB | 63 | 1F |
| Octal | 1 | 233 | 205 | 143 | 0 | 16 | 47 | 253 | 143 | 37 |
| Binary | 1 | 10011011 | 10000101 | 1100011 | 0 | 1110 | 100111 | 10101011 | 1100011 | 11111 |
Color Harmonies of #019B85
Complementary color
Monochromatic Colors of #019B85
Black with #019B85
Text Example
Text Example
White with #019B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019B85; }
p { color: rgb(1,155,133); }
H1.HeaderClassName
{
color: #019B85;
}
.AnyTagClassName
{
color: #019B85;
}
</style>
background-color css
<style>
a { background-color: #019B85; }
a { background-color: rgb(1,155,133); }
div.DivClassName
{
background-color: #019B85;
}
.BgClassName
{
background-color: #019B85;
}
</style>
border-color css
<style>
span { border-color: #019B85; }
span { border-color: rgb(1,155,133); }
td.TdClassName
{
border-color: #019B85;
}
.TagClassName
{
border-color: #019B85;
}
</style>