Shades of Persian Green #019D98
Tints of Persian Green #019D98
RGB
CMYK
RGB Variations
Color information
#019D98 (or 0x019D98) is known color: Persian Green. HEX triplet: 01, 9D and 98. RGB value is (1,157,152). Sum of RGB (Red+Green+Blue) = 1+157+152=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 157 (61.72% from 255 or 50.65% from 310); Blue value is 152 (59.77% from 255 or 49.03% from 310); Max value from RGB is 157 - color contains mainly: green. Hex color #019D98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019D98 is #FE6267. Grayscale: #6D6D6D. Windows color (decimal): -16671336 or 10001665. OLE color: 10001665.
HSL color Cylindrical-coordinate representation of color #019D98: hue angle of 178.08º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019D98 is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 157 | 152 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.38 |
| HSL | 178.08º | 0.99% | 0.31% | - |
| HSV(B) | 178.08º | 0.99% | 0.62% | - |
| XYZ | 17.74 | 26.39 | 33.86 | - |
| YUV | 109.79 | 151.82 | 50.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 157 | 152 | 0.99 | 0 | 0.03 | 0.38 | 178.08 | 0.99 | 0.31 |
| Hex | 1 | 9D | 98 | 63 | 0 | 3 | 26 | B2 | 63 | 1F |
| Octal | 1 | 235 | 230 | 143 | 0 | 3 | 46 | 262 | 143 | 37 |
| Binary | 1 | 10011101 | 10011000 | 1100011 | 0 | 11 | 100110 | 10110010 | 1100011 | 11111 |
Color Harmonies of #019D98
Complementary color
Monochromatic Colors of #019D98
Black with #019D98
Text Example
Text Example
White with #019D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019D98; }
p { color: rgb(1,157,152); }
H1.HeaderClassName
{
color: #019D98;
}
.AnyTagClassName
{
color: #019D98;
}
</style>
background-color css
<style>
a { background-color: #019D98; }
a { background-color: rgb(1,157,152); }
div.DivClassName
{
background-color: #019D98;
}
.BgClassName
{
background-color: #019D98;
}
</style>
border-color css
<style>
span { border-color: #019D98; }
span { border-color: rgb(1,157,152); }
td.TdClassName
{
border-color: #019D98;
}
.TagClassName
{
border-color: #019D98;
}
</style>