Shades of Persian Green #12A99D
Tints of Persian Green #12A99D
RGB
CMYK
RGB Variations
Color information
#12A99D (or 0x12A99D) is known color: Persian Green. HEX triplet: 12, A9 and 9D. RGB value is (18,169,157). Sum of RGB (Red+Green+Blue) = 18+169+157=344 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.23% from 344); Green value is 169 (66.41% from 255 or 49.13% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 169 - color contains mainly: green. Hex color #12A99D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A99D is #ED5662. Grayscale: #7A7A7A. Windows color (decimal): -15554147 or 10332434. OLE color: 10332434.
HSL color Cylindrical-coordinate representation of color #12A99D: hue angle of 175.23º 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 #12A99D is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 18 | 169 | 157 | - |
| CMYK | 0.89 | 0 | 0.07 | 0.34 |
| HSL | 175.23º | 0.81% | 0.37% | - |
| HSV(B) | 175.23º | 0.89% | 0.66% | - |
| XYZ | 20.52 | 30.94 | 36.79 | - |
| YUV | 122.48 | 147.47 | 53.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 169 | 157 | 0.89 | 0 | 0.07 | 0.34 | 175.23 | 0.81 | 0.37 |
| Hex | 12 | A9 | 9D | 59 | 0 | 7 | 22 | AF | 51 | 25 |
| Octal | 22 | 251 | 235 | 131 | 0 | 7 | 42 | 257 | 121 | 45 |
| Binary | 10010 | 10101001 | 10011101 | 1011001 | 0 | 111 | 100010 | 10101111 | 1010001 | 100101 |
Color Harmonies of #12A99D
Complementary color
Monochromatic Colors of #12A99D
Black with #12A99D
Text Example
Text Example
White with #12A99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A99D; }
p { color: rgb(18,169,157); }
H1.HeaderClassName
{
color: #12A99D;
}
.AnyTagClassName
{
color: #12A99D;
}
</style>
background-color css
<style>
a { background-color: #12A99D; }
a { background-color: rgb(18,169,157); }
div.DivClassName
{
background-color: #12A99D;
}
.BgClassName
{
background-color: #12A99D;
}
</style>
border-color css
<style>
span { border-color: #12A99D; }
span { border-color: rgb(18,169,157); }
td.TdClassName
{
border-color: #12A99D;
}
.TagClassName
{
border-color: #12A99D;
}
</style>