Shades of Persian Green #019CA1
Tints of Persian Green #019CA1
RGB
CMYK
RGB Variations
Color information
#019CA1 (or 0x019CA1) is known color: Persian Green. HEX triplet: 01, 9C and A1. RGB value is (1,156,161). Sum of RGB (Red+Green+Blue) = 1+156+161=318 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 318); Green value is 156 (61.33% from 255 or 49.06% from 318); Blue value is 161 (63.28% from 255 or 50.63% from 318); Max value from RGB is 161 - color contains mainly: blue. Hex color #019CA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019CA1 is #FE635E. Grayscale: #6E6E6E. Windows color (decimal): -16671583 or 10591233. OLE color: 10591233.
HSL color Cylindrical-coordinate representation of color #019CA1: hue angle of 181.88º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019CA1 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 156 | 161 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.37 |
| HSL | 181.88º | 0.99% | 0.32% | - |
| HSV(B) | 181.88º | 0.99% | 0.63% | - |
| XYZ | 18.33 | 26.36 | 37.84 | - |
| YUV | 110.23 | 156.65 | 50.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 156 | 161 | 0.99 | 0.03 | 0 | 0.37 | 181.88 | 0.99 | 0.32 |
| Hex | 1 | 9C | A1 | 63 | 3 | 0 | 25 | B6 | 63 | 20 |
| Octal | 1 | 234 | 241 | 143 | 3 | 0 | 45 | 266 | 143 | 40 |
| Binary | 1 | 10011100 | 10100001 | 1100011 | 11 | 0 | 100101 | 10110110 | 1100011 | 100000 |
Color Harmonies of #019CA1
Complementary color
Monochromatic Colors of #019CA1
Black with #019CA1
Text Example
Text Example
White with #019CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019CA1; }
p { color: rgb(1,156,161); }
H1.HeaderClassName
{
color: #019CA1;
}
.AnyTagClassName
{
color: #019CA1;
}
</style>
background-color css
<style>
a { background-color: #019CA1; }
a { background-color: rgb(1,156,161); }
div.DivClassName
{
background-color: #019CA1;
}
.BgClassName
{
background-color: #019CA1;
}
</style>
border-color css
<style>
span { border-color: #019CA1; }
span { border-color: rgb(1,156,161); }
td.TdClassName
{
border-color: #019CA1;
}
.TagClassName
{
border-color: #019CA1;
}
</style>