Shades of Persian Green #12A68F
Tints of Persian Green #12A68F
RGB
CMYK
RGB Variations
Color information
#12A68F (or 0x12A68F) is known color: Persian Green. HEX triplet: 12, A6 and 8F. RGB value is (18,166,143). Sum of RGB (Red+Green+Blue) = 18+166+143=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 166 (65.23% from 255 or 50.76% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 166 - color contains mainly: green. Hex color #12A68F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A68F is #ED5970. Grayscale: #777777. Windows color (decimal): -15554929 or 9414162. OLE color: 9414162.
HSL color Cylindrical-coordinate representation of color #12A68F: hue angle of 170.68º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A68F is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 18 | 166 | 143 | - |
| CMYK | 0.89 | 0 | 0.14 | 0.35 |
| HSL | 170.68º | 0.8% | 0.36% | - |
| HSV(B) | 170.68º | 0.89% | 0.65% | - |
| XYZ | 18.84 | 29.38 | 30.67 | - |
| YUV | 119.13 | 141.47 | 55.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 166 | 143 | 0.89 | 0 | 0.14 | 0.35 | 170.68 | 0.8 | 0.36 |
| Hex | 12 | A6 | 8F | 59 | 0 | E | 23 | AB | 50 | 24 |
| Octal | 22 | 246 | 217 | 131 | 0 | 16 | 43 | 253 | 120 | 44 |
| Binary | 10010 | 10100110 | 10001111 | 1011001 | 0 | 1110 | 100011 | 10101011 | 1010000 | 100100 |
Color Harmonies of #12A68F
Complementary color
Monochromatic Colors of #12A68F
Black with #12A68F
Text Example
Text Example
White with #12A68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A68F; }
p { color: rgb(18,166,143); }
H1.HeaderClassName
{
color: #12A68F;
}
.AnyTagClassName
{
color: #12A68F;
}
</style>
background-color css
<style>
a { background-color: #12A68F; }
a { background-color: rgb(18,166,143); }
div.DivClassName
{
background-color: #12A68F;
}
.BgClassName
{
background-color: #12A68F;
}
</style>
border-color css
<style>
span { border-color: #12A68F; }
span { border-color: rgb(18,166,143); }
td.TdClassName
{
border-color: #12A68F;
}
.TagClassName
{
border-color: #12A68F;
}
</style>