Shades of Persian Green #019C99
Tints of Persian Green #019C99
RGB
CMYK
RGB Variations
Color information
#019C99 (or 0x019C99) is known color: Persian Green. HEX triplet: 01, 9C and 99. RGB value is (1,156,153). Sum of RGB (Red+Green+Blue) = 1+156+153=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 156 (61.33% from 255 or 50.32% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 156 - color contains mainly: green. Hex color #019C99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019C99 is #FE6366. Grayscale: #6D6D6D. Windows color (decimal): -16671591 or 10066945. OLE color: 10066945.
HSL color Cylindrical-coordinate representation of color #019C99: hue angle of 178.84º 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 #019C99 is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 156 | 153 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.39 |
| HSL | 178.84º | 0.99% | 0.31% | - |
| HSV(B) | 178.84º | 0.99% | 0.61% | - |
| XYZ | 17.65 | 26.08 | 34.24 | - |
| YUV | 109.31 | 152.65 | 50.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 156 | 153 | 0.99 | 0 | 0.02 | 0.39 | 178.84 | 0.99 | 0.31 |
| Hex | 1 | 9C | 99 | 63 | 0 | 2 | 27 | B3 | 63 | 1F |
| Octal | 1 | 234 | 231 | 143 | 0 | 2 | 47 | 263 | 143 | 37 |
| Binary | 1 | 10011100 | 10011001 | 1100011 | 0 | 10 | 100111 | 10110011 | 1100011 | 11111 |
Color Harmonies of #019C99
Complementary color
Monochromatic Colors of #019C99
Black with #019C99
Text Example
Text Example
White with #019C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019C99; }
p { color: rgb(1,156,153); }
H1.HeaderClassName
{
color: #019C99;
}
.AnyTagClassName
{
color: #019C99;
}
</style>
background-color css
<style>
a { background-color: #019C99; }
a { background-color: rgb(1,156,153); }
div.DivClassName
{
background-color: #019C99;
}
.BgClassName
{
background-color: #019C99;
}
</style>
border-color css
<style>
span { border-color: #019C99; }
span { border-color: rgb(1,156,153); }
td.TdClassName
{
border-color: #019C99;
}
.TagClassName
{
border-color: #019C99;
}
</style>