Shades of Persian Green #019C91
Tints of Persian Green #019C91
RGB
CMYK
RGB Variations
Color information
#019C91 (or 0x019C91) is known color: Persian Green. HEX triplet: 01, 9C and 91. RGB value is (1,156,145). Sum of RGB (Red+Green+Blue) = 1+156+145=302 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 302); Green value is 156 (61.33% from 255 or 51.66% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 156 - color contains mainly: green. Hex color #019C91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019C91 is #FE636E. Grayscale: #6C6C6C. Windows color (decimal): -16671599 or 9542657. OLE color: 9542657.
HSL color Cylindrical-coordinate representation of color #019C91: hue angle of 175.74º 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 #019C91 is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 156 | 145 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.39 |
| HSL | 175.74º | 0.99% | 0.31% | - |
| HSV(B) | 175.74º | 0.99% | 0.61% | - |
| XYZ | 17.01 | 25.83 | 30.88 | - |
| YUV | 108.4 | 148.65 | 51.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 156 | 145 | 0.99 | 0 | 0.07 | 0.39 | 175.74 | 0.99 | 0.31 |
| Hex | 1 | 9C | 91 | 63 | 0 | 7 | 27 | B0 | 63 | 1F |
| Octal | 1 | 234 | 221 | 143 | 0 | 7 | 47 | 260 | 143 | 37 |
| Binary | 1 | 10011100 | 10010001 | 1100011 | 0 | 111 | 100111 | 10110000 | 1100011 | 11111 |
Color Harmonies of #019C91
Complementary color
Monochromatic Colors of #019C91
Black with #019C91
Text Example
Text Example
White with #019C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019C91; }
p { color: rgb(1,156,145); }
H1.HeaderClassName
{
color: #019C91;
}
.AnyTagClassName
{
color: #019C91;
}
</style>
background-color css
<style>
a { background-color: #019C91; }
a { background-color: rgb(1,156,145); }
div.DivClassName
{
background-color: #019C91;
}
.BgClassName
{
background-color: #019C91;
}
</style>
border-color css
<style>
span { border-color: #019C91; }
span { border-color: rgb(1,156,145); }
td.TdClassName
{
border-color: #019C91;
}
.TagClassName
{
border-color: #019C91;
}
</style>