Shades of Persian Green #12AB9A
Tints of Persian Green #12AB9A
RGB
CMYK
RGB Variations
Color information
#12AB9A (or 0x12AB9A) is known color: Persian Green. HEX triplet: 12, AB and 9A. RGB value is (18,171,154). Sum of RGB (Red+Green+Blue) = 18+171+154=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 171 (67.19% from 255 or 49.85% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AB9A is #ED5465. Grayscale: #7B7B7B. Windows color (decimal): -15553638 or 10136338. OLE color: 10136338.
HSL color Cylindrical-coordinate representation of color #12AB9A: hue angle of 173.33º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12AB9A is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 171 | 154 | - |
| CMYK | 0.89 | 0 | 0.10 | 0.33 |
| HSL | 173.33º | 0.81% | 0.37% | - |
| HSV(B) | 173.33º | 0.89% | 0.67% | - |
| XYZ | 20.65 | 31.59 | 35.58 | - |
| YUV | 123.32 | 145.31 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 171 | 154 | 0.89 | 0 | 0.10 | 0.33 | 173.33 | 0.81 | 0.37 |
| Hex | 12 | AB | 9A | 59 | 0 | A | 21 | AD | 51 | 25 |
| Octal | 22 | 253 | 232 | 131 | 0 | 12 | 41 | 255 | 121 | 45 |
| Binary | 10010 | 10101011 | 10011010 | 1011001 | 0 | 1010 | 100001 | 10101101 | 1010001 | 100101 |
Color Harmonies of #12AB9A
Complementary color
Monochromatic Colors of #12AB9A
Black with #12AB9A
Text Example
Text Example
White with #12AB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AB9A; }
p { color: rgb(18,171,154); }
H1.HeaderClassName
{
color: #12AB9A;
}
.AnyTagClassName
{
color: #12AB9A;
}
</style>
background-color css
<style>
a { background-color: #12AB9A; }
a { background-color: rgb(18,171,154); }
div.DivClassName
{
background-color: #12AB9A;
}
.BgClassName
{
background-color: #12AB9A;
}
</style>
border-color css
<style>
span { border-color: #12AB9A; }
span { border-color: rgb(18,171,154); }
td.TdClassName
{
border-color: #12AB9A;
}
.TagClassName
{
border-color: #12AB9A;
}
</style>