Shades of Persian Green #019F9A
Tints of Persian Green #019F9A
RGB
CMYK
RGB Variations
Color information
#019F9A (or 0x019F9A) is known color: Persian Green. HEX triplet: 01, 9F and 9A. RGB value is (1,159,154). Sum of RGB (Red+Green+Blue) = 1+159+154=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 159 (62.5% from 255 or 50.64% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 159 - color contains mainly: green. Hex color #019F9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019F9A is #FE6065. Grayscale: #6F6F6F. Windows color (decimal): -16670822 or 10133249. OLE color: 10133249.
HSL color Cylindrical-coordinate representation of color #019F9A: hue angle of 178.1º 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 #019F9A is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 159 | 154 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.38 |
| HSL | 178.1º | 0.99% | 0.31% | - |
| HSV(B) | 178.1º | 0.99% | 0.62% | - |
| XYZ | 18.24 | 27.14 | 34.85 | - |
| YUV | 111.19 | 152.15 | 49.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 159 | 154 | 0.99 | 0 | 0.03 | 0.38 | 178.1 | 0.99 | 0.31 |
| Hex | 1 | 9F | 9A | 63 | 0 | 3 | 26 | B2 | 63 | 1F |
| Octal | 1 | 237 | 232 | 143 | 0 | 3 | 46 | 262 | 143 | 37 |
| Binary | 1 | 10011111 | 10011010 | 1100011 | 0 | 11 | 100110 | 10110010 | 1100011 | 11111 |
Color Harmonies of #019F9A
Complementary color
Monochromatic Colors of #019F9A
Black with #019F9A
Text Example
Text Example
White with #019F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019F9A; }
p { color: rgb(1,159,154); }
H1.HeaderClassName
{
color: #019F9A;
}
.AnyTagClassName
{
color: #019F9A;
}
</style>
background-color css
<style>
a { background-color: #019F9A; }
a { background-color: rgb(1,159,154); }
div.DivClassName
{
background-color: #019F9A;
}
.BgClassName
{
background-color: #019F9A;
}
</style>
border-color css
<style>
span { border-color: #019F9A; }
span { border-color: rgb(1,159,154); }
td.TdClassName
{
border-color: #019F9A;
}
.TagClassName
{
border-color: #019F9A;
}
</style>