Shades of Persian Green #12A796
Tints of Persian Green #12A796
RGB
CMYK
RGB Variations
Color information
#12A796 (or 0x12A796) is known color: Persian Green. HEX triplet: 12, A7 and 96. RGB value is (18,167,150). Sum of RGB (Red+Green+Blue) = 18+167+150=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 167 (65.62% from 255 or 49.85% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 167 - color contains mainly: green. Hex color #12A796 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A796 is #ED5869. Grayscale: #787878. Windows color (decimal): -15554666 or 9873170. OLE color: 9873170.
HSL color Cylindrical-coordinate representation of color #12A796: hue angle of 173.15º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A796 is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 18 | 167 | 150 | - |
| CMYK | 0.89 | 0 | 0.10 | 0.35 |
| HSL | 173.15º | 0.81% | 0.36% | - |
| HSV(B) | 173.15º | 0.89% | 0.65% | - |
| XYZ | 19.57 | 29.97 | 33.61 | - |
| YUV | 120.51 | 144.64 | 54.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 167 | 150 | 0.89 | 0 | 0.10 | 0.35 | 173.15 | 0.81 | 0.36 |
| Hex | 12 | A7 | 96 | 59 | 0 | A | 23 | AD | 51 | 24 |
| Octal | 22 | 247 | 226 | 131 | 0 | 12 | 43 | 255 | 121 | 44 |
| Binary | 10010 | 10100111 | 10010110 | 1011001 | 0 | 1010 | 100011 | 10101101 | 1010001 | 100100 |
Color Harmonies of #12A796
Complementary color
Monochromatic Colors of #12A796
Black with #12A796
Text Example
Text Example
White with #12A796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A796; }
p { color: rgb(18,167,150); }
H1.HeaderClassName
{
color: #12A796;
}
.AnyTagClassName
{
color: #12A796;
}
</style>
background-color css
<style>
a { background-color: #12A796; }
a { background-color: rgb(18,167,150); }
div.DivClassName
{
background-color: #12A796;
}
.BgClassName
{
background-color: #12A796;
}
</style>
border-color css
<style>
span { border-color: #12A796; }
span { border-color: rgb(18,167,150); }
td.TdClassName
{
border-color: #12A796;
}
.TagClassName
{
border-color: #12A796;
}
</style>