Shades of Persian Green #019F9B
Tints of Persian Green #019F9B
RGB
CMYK
RGB Variations
Color information
#019F9B (or 0x019F9B) is known color: Persian Green. HEX triplet: 01, 9F and 9B. RGB value is (1,159,155). Sum of RGB (Red+Green+Blue) = 1+159+155=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 159 (62.5% from 255 or 50.48% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 159 - color contains mainly: green. Hex color #019F9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019F9B is #FE6064. Grayscale: #6F6F6F. Windows color (decimal): -16670821 or 10198785. OLE color: 10198785.
HSL color Cylindrical-coordinate representation of color #019F9B: hue angle of 178.48º 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 #019F9B is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 159 | 155 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.38 |
| HSL | 178.48º | 0.99% | 0.31% | - |
| HSV(B) | 178.48º | 0.99% | 0.62% | - |
| XYZ | 18.33 | 27.17 | 35.29 | - |
| YUV | 111.3 | 152.65 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 159 | 155 | 0.99 | 0 | 0.03 | 0.38 | 178.48 | 0.99 | 0.31 |
| Hex | 1 | 9F | 9B | 63 | 0 | 3 | 26 | B2 | 63 | 1F |
| Octal | 1 | 237 | 233 | 143 | 0 | 3 | 46 | 262 | 143 | 37 |
| Binary | 1 | 10011111 | 10011011 | 1100011 | 0 | 11 | 100110 | 10110010 | 1100011 | 11111 |
Color Harmonies of #019F9B
Complementary color
Monochromatic Colors of #019F9B
Black with #019F9B
Text Example
Text Example
White with #019F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019F9B; }
p { color: rgb(1,159,155); }
H1.HeaderClassName
{
color: #019F9B;
}
.AnyTagClassName
{
color: #019F9B;
}
</style>
background-color css
<style>
a { background-color: #019F9B; }
a { background-color: rgb(1,159,155); }
div.DivClassName
{
background-color: #019F9B;
}
.BgClassName
{
background-color: #019F9B;
}
</style>
border-color css
<style>
span { border-color: #019F9B; }
span { border-color: rgb(1,159,155); }
td.TdClassName
{
border-color: #019F9B;
}
.TagClassName
{
border-color: #019F9B;
}
</style>