Shades of Persian Green #12AD9A
Tints of Persian Green #12AD9A
RGB
CMYK
RGB Variations
Color information
#12AD9A (or 0x12AD9A) is known color: Persian Green. HEX triplet: 12, AD and 9A. RGB value is (18,173,154). Sum of RGB (Red+Green+Blue) = 18+173+154=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 173 (67.97% from 255 or 50.14% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 173 - color contains mainly: green. Hex color #12AD9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AD9A is #ED5265. Grayscale: #7C7C7C. Windows color (decimal): -15553126 or 10136850. OLE color: 10136850.
HSL color Cylindrical-coordinate representation of color #12AD9A: hue angle of 172.65º 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 #12AD9A is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 173 | 154 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.32 |
| HSL | 172.65º | 0.81% | 0.37% | - |
| HSV(B) | 172.65º | 0.9% | 0.68% | - |
| XYZ | 21.03 | 32.35 | 35.71 | - |
| YUV | 124.49 | 144.65 | 52.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 173 | 154 | 0.90 | 0 | 0.11 | 0.32 | 172.65 | 0.81 | 0.37 |
| Hex | 12 | AD | 9A | 5A | 0 | B | 20 | AD | 51 | 25 |
| Octal | 22 | 255 | 232 | 132 | 0 | 13 | 40 | 255 | 121 | 45 |
| Binary | 10010 | 10101101 | 10011010 | 1011010 | 0 | 1011 | 100000 | 10101101 | 1010001 | 100101 |
Color Harmonies of #12AD9A
Complementary color
Monochromatic Colors of #12AD9A
Black with #12AD9A
Text Example
Text Example
White with #12AD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AD9A; }
p { color: rgb(18,173,154); }
H1.HeaderClassName
{
color: #12AD9A;
}
.AnyTagClassName
{
color: #12AD9A;
}
</style>
background-color css
<style>
a { background-color: #12AD9A; }
a { background-color: rgb(18,173,154); }
div.DivClassName
{
background-color: #12AD9A;
}
.BgClassName
{
background-color: #12AD9A;
}
</style>
border-color css
<style>
span { border-color: #12AD9A; }
span { border-color: rgb(18,173,154); }
td.TdClassName
{
border-color: #12AD9A;
}
.TagClassName
{
border-color: #12AD9A;
}
</style>