Shades of Persian Green #019C92
Tints of Persian Green #019C92
RGB
CMYK
RGB Variations
Color information
#019C92 (or 0x019C92) is known color: Persian Green. HEX triplet: 01, 9C and 92. RGB value is (1,156,146). Sum of RGB (Red+Green+Blue) = 1+156+146=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 156 (61.33% from 255 or 51.49% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 156 - color contains mainly: green. Hex color #019C92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019C92 is #FE636D. Grayscale: #6C6C6C. Windows color (decimal): -16671598 or 9608193. OLE color: 9608193.
HSL color Cylindrical-coordinate representation of color #019C92: hue angle of 176.13º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019C92 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 156 | 146 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.39 |
| HSL | 176.13º | 0.99% | 0.31% | - |
| HSV(B) | 176.13º | 0.99% | 0.61% | - |
| XYZ | 17.09 | 25.86 | 31.28 | - |
| YUV | 108.52 | 149.15 | 51.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 156 | 146 | 0.99 | 0 | 0.06 | 0.39 | 176.13 | 0.99 | 0.31 |
| Hex | 1 | 9C | 92 | 63 | 0 | 6 | 27 | B0 | 63 | 1F |
| Octal | 1 | 234 | 222 | 143 | 0 | 6 | 47 | 260 | 143 | 37 |
| Binary | 1 | 10011100 | 10010010 | 1100011 | 0 | 110 | 100111 | 10110000 | 1100011 | 11111 |
Color Harmonies of #019C92
Complementary color
Monochromatic Colors of #019C92
Black with #019C92
Text Example
Text Example
White with #019C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019C92; }
p { color: rgb(1,156,146); }
H1.HeaderClassName
{
color: #019C92;
}
.AnyTagClassName
{
color: #019C92;
}
</style>
background-color css
<style>
a { background-color: #019C92; }
a { background-color: rgb(1,156,146); }
div.DivClassName
{
background-color: #019C92;
}
.BgClassName
{
background-color: #019C92;
}
</style>
border-color css
<style>
span { border-color: #019C92; }
span { border-color: rgb(1,156,146); }
td.TdClassName
{
border-color: #019C92;
}
.TagClassName
{
border-color: #019C92;
}
</style>