Shades of Persian Green #019A85
Tints of Persian Green #019A85
RGB
CMYK
RGB Variations
Color information
#019A85 (or 0x019A85) is known color: Persian Green. HEX triplet: 01, 9A and 85. RGB value is (1,154,133). Sum of RGB (Red+Green+Blue) = 1+154+133=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 154 (60.55% from 255 or 53.47% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 154 - color contains mainly: green. Hex color #019A85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019A85 is #FE657A. Grayscale: #696969. Windows color (decimal): -16672123 or 8755713. OLE color: 8755713.
HSL color Cylindrical-coordinate representation of color #019A85: hue angle of 171.76º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019A85 is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 154 | 133 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.40 |
| HSL | 171.76º | 0.99% | 0.3% | - |
| HSV(B) | 171.76º | 0.99% | 0.6% | - |
| XYZ | 15.8 | 24.81 | 26.15 | - |
| YUV | 105.86 | 143.31 | 53.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 154 | 133 | 0.99 | 0 | 0.14 | 0.40 | 171.76 | 0.99 | 0.3 |
| Hex | 1 | 9A | 85 | 63 | 0 | E | 28 | AC | 63 | 1E |
| Octal | 1 | 232 | 205 | 143 | 0 | 16 | 50 | 254 | 143 | 36 |
| Binary | 1 | 10011010 | 10000101 | 1100011 | 0 | 1110 | 101000 | 10101100 | 1100011 | 11110 |
Color Harmonies of #019A85
Complementary color
Monochromatic Colors of #019A85
Black with #019A85
Text Example
Text Example
White with #019A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019A85; }
p { color: rgb(1,154,133); }
H1.HeaderClassName
{
color: #019A85;
}
.AnyTagClassName
{
color: #019A85;
}
</style>
background-color css
<style>
a { background-color: #019A85; }
a { background-color: rgb(1,154,133); }
div.DivClassName
{
background-color: #019A85;
}
.BgClassName
{
background-color: #019A85;
}
</style>
border-color css
<style>
span { border-color: #019A85; }
span { border-color: rgb(1,154,133); }
td.TdClassName
{
border-color: #019A85;
}
.TagClassName
{
border-color: #019A85;
}
</style>