Shades of Persian Green #019F8C
Tints of Persian Green #019F8C
RGB
CMYK
RGB Variations
Color information
#019F8C (or 0x019F8C) is known color: Persian Green. HEX triplet: 01, 9F and 8C. RGB value is (1,159,140). Sum of RGB (Red+Green+Blue) = 1+159+140=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 159 (62.5% from 255 or 53% from 300); Blue value is 140 (55.08% from 255 or 46.67% from 300); Max value from RGB is 159 - color contains mainly: green. Hex color #019F8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019F8C is #FE6073. Grayscale: #6D6D6D. Windows color (decimal): -16670836 or 9215745. OLE color: 9215745.
HSL color Cylindrical-coordinate representation of color #019F8C: hue angle of 172.78º 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 #019F8C is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 159 | 140 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.38 |
| HSL | 172.78º | 0.99% | 0.31% | - |
| HSV(B) | 172.78º | 0.99% | 0.62% | - |
| XYZ | 17.14 | 26.7 | 29.06 | - |
| YUV | 109.59 | 145.15 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 159 | 140 | 0.99 | 0 | 0.12 | 0.38 | 172.78 | 0.99 | 0.31 |
| Hex | 1 | 9F | 8C | 63 | 0 | C | 26 | AD | 63 | 1F |
| Octal | 1 | 237 | 214 | 143 | 0 | 14 | 46 | 255 | 143 | 37 |
| Binary | 1 | 10011111 | 10001100 | 1100011 | 0 | 1100 | 100110 | 10101101 | 1100011 | 11111 |
Color Harmonies of #019F8C
Complementary color
Monochromatic Colors of #019F8C
Black with #019F8C
Text Example
Text Example
White with #019F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019F8C; }
p { color: rgb(1,159,140); }
H1.HeaderClassName
{
color: #019F8C;
}
.AnyTagClassName
{
color: #019F8C;
}
</style>
background-color css
<style>
a { background-color: #019F8C; }
a { background-color: rgb(1,159,140); }
div.DivClassName
{
background-color: #019F8C;
}
.BgClassName
{
background-color: #019F8C;
}
</style>
border-color css
<style>
span { border-color: #019F8C; }
span { border-color: rgb(1,159,140); }
td.TdClassName
{
border-color: #019F8C;
}
.TagClassName
{
border-color: #019F8C;
}
</style>