Shades of Persian Green #12A99B
Tints of Persian Green #12A99B
RGB
CMYK
RGB Variations
Color information
#12A99B (or 0x12A99B) is known color: Persian Green. HEX triplet: 12, A9 and 9B. RGB value is (18,169,155). Sum of RGB (Red+Green+Blue) = 18+169+155=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 169 (66.41% from 255 or 49.42% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 169 - color contains mainly: green. Hex color #12A99B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A99B is #ED5664. Grayscale: #7A7A7A. Windows color (decimal): -15554149 or 10201362. OLE color: 10201362.
HSL color Cylindrical-coordinate representation of color #12A99B: hue angle of 174.44º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A99B is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 18 | 169 | 155 | - |
| CMYK | 0.89 | 0 | 0.08 | 0.34 |
| HSL | 174.44º | 0.81% | 0.37% | - |
| HSV(B) | 174.44º | 0.89% | 0.66% | - |
| XYZ | 20.35 | 30.87 | 35.9 | - |
| YUV | 122.26 | 146.47 | 53.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 169 | 155 | 0.89 | 0 | 0.08 | 0.34 | 174.44 | 0.81 | 0.37 |
| Hex | 12 | A9 | 9B | 59 | 0 | 8 | 22 | AE | 51 | 25 |
| Octal | 22 | 251 | 233 | 131 | 0 | 10 | 42 | 256 | 121 | 45 |
| Binary | 10010 | 10101001 | 10011011 | 1011001 | 0 | 1000 | 100010 | 10101110 | 1010001 | 100101 |
Color Harmonies of #12A99B
Complementary color
Monochromatic Colors of #12A99B
Black with #12A99B
Text Example
Text Example
White with #12A99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A99B; }
p { color: rgb(18,169,155); }
H1.HeaderClassName
{
color: #12A99B;
}
.AnyTagClassName
{
color: #12A99B;
}
</style>
background-color css
<style>
a { background-color: #12A99B; }
a { background-color: rgb(18,169,155); }
div.DivClassName
{
background-color: #12A99B;
}
.BgClassName
{
background-color: #12A99B;
}
</style>
border-color css
<style>
span { border-color: #12A99B; }
span { border-color: rgb(18,169,155); }
td.TdClassName
{
border-color: #12A99B;
}
.TagClassName
{
border-color: #12A99B;
}
</style>