Shades of Persian Green #019D8D
Tints of Persian Green #019D8D
RGB
CMYK
RGB Variations
Color information
#019D8D (or 0x019D8D) is known color: Persian Green. HEX triplet: 01, 9D and 8D. RGB value is (1,157,141). Sum of RGB (Red+Green+Blue) = 1+157+141=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 157 (61.72% from 255 or 52.51% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 157 - color contains mainly: green. Hex color #019D8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019D8D is #FE6272. Grayscale: #6C6C6C. Windows color (decimal): -16671347 or 9280769. OLE color: 9280769.
HSL color Cylindrical-coordinate representation of color #019D8D: hue angle of 173.85º 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 #019D8D is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 157 | 141 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.38 |
| HSL | 173.85º | 0.99% | 0.31% | - |
| HSV(B) | 173.85º | 0.99% | 0.62% | - |
| XYZ | 16.88 | 26.04 | 29.34 | - |
| YUV | 108.53 | 146.32 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 157 | 141 | 0.99 | 0 | 0.10 | 0.38 | 173.85 | 0.99 | 0.31 |
| Hex | 1 | 9D | 8D | 63 | 0 | A | 26 | AE | 63 | 1F |
| Octal | 1 | 235 | 215 | 143 | 0 | 12 | 46 | 256 | 143 | 37 |
| Binary | 1 | 10011101 | 10001101 | 1100011 | 0 | 1010 | 100110 | 10101110 | 1100011 | 11111 |
Color Harmonies of #019D8D
Complementary color
Monochromatic Colors of #019D8D
Black with #019D8D
Text Example
Text Example
White with #019D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019D8D; }
p { color: rgb(1,157,141); }
H1.HeaderClassName
{
color: #019D8D;
}
.AnyTagClassName
{
color: #019D8D;
}
</style>
background-color css
<style>
a { background-color: #019D8D; }
a { background-color: rgb(1,157,141); }
div.DivClassName
{
background-color: #019D8D;
}
.BgClassName
{
background-color: #019D8D;
}
</style>
border-color css
<style>
span { border-color: #019D8D; }
span { border-color: rgb(1,157,141); }
td.TdClassName
{
border-color: #019D8D;
}
.TagClassName
{
border-color: #019D8D;
}
</style>