Shades of Persian Green #12AD94
Tints of Persian Green #12AD94
RGB
CMYK
RGB Variations
Color information
#12AD94 (or 0x12AD94) is known color: Persian Green. HEX triplet: 12, AD and 94. RGB value is (18,173,148). Sum of RGB (Red+Green+Blue) = 18+173+148=339 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.31% from 339); Green value is 173 (67.97% from 255 or 51.03% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 173 - color contains mainly: green. Hex color #12AD94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AD94 is #ED526B. Grayscale: #7B7B7B. Windows color (decimal): -15553132 or 9743634. OLE color: 9743634.
HSL color Cylindrical-coordinate representation of color #12AD94: hue angle of 170.32º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AD94 is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 173 | 148 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.32 |
| HSL | 170.32º | 0.81% | 0.37% | - |
| HSV(B) | 170.32º | 0.9% | 0.68% | - |
| XYZ | 20.54 | 32.15 | 33.14 | - |
| YUV | 123.81 | 141.65 | 52.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 173 | 148 | 0.90 | 0 | 0.14 | 0.32 | 170.32 | 0.81 | 0.37 |
| Hex | 12 | AD | 94 | 5A | 0 | E | 20 | AA | 51 | 25 |
| Octal | 22 | 255 | 224 | 132 | 0 | 16 | 40 | 252 | 121 | 45 |
| Binary | 10010 | 10101101 | 10010100 | 1011010 | 0 | 1110 | 100000 | 10101010 | 1010001 | 100101 |
Color Harmonies of #12AD94
Complementary color
Monochromatic Colors of #12AD94
Black with #12AD94
Text Example
Text Example
White with #12AD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AD94; }
p { color: rgb(18,173,148); }
H1.HeaderClassName
{
color: #12AD94;
}
.AnyTagClassName
{
color: #12AD94;
}
</style>
background-color css
<style>
a { background-color: #12AD94; }
a { background-color: rgb(18,173,148); }
div.DivClassName
{
background-color: #12AD94;
}
.BgClassName
{
background-color: #12AD94;
}
</style>
border-color css
<style>
span { border-color: #12AD94; }
span { border-color: rgb(18,173,148); }
td.TdClassName
{
border-color: #12AD94;
}
.TagClassName
{
border-color: #12AD94;
}
</style>