Shades of Persian Green #15A18D
Tints of Persian Green #15A18D
RGB
CMYK
RGB Variations
Color information
#15A18D (or 0x15A18D) is known color: Persian Green. HEX triplet: 15, A1 and 8D. RGB value is (21,161,141). Sum of RGB (Red+Green+Blue) = 21+161+141=323 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.50% from 323); Green value is 161 (63.28% from 255 or 49.85% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 161 - color contains mainly: green. Hex color #15A18D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A18D is #EA5E72. Grayscale: #747474. Windows color (decimal): -15359603 or 9281813. OLE color: 9281813.
HSL color Cylindrical-coordinate representation of color #15A18D: hue angle of 171.43º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A18D is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 161 | 141 | - |
| CMYK | 0.87 | 0 | 0.12 | 0.37 |
| HSL | 171.43º | 0.77% | 0.36% | - |
| HSV(B) | 171.43º | 0.87% | 0.63% | - |
| XYZ | 17.86 | 27.57 | 29.58 | - |
| YUV | 116.86 | 141.62 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 161 | 141 | 0.87 | 0 | 0.12 | 0.37 | 171.43 | 0.77 | 0.36 |
| Hex | 15 | A1 | 8D | 57 | 0 | C | 25 | AB | 4D | 24 |
| Octal | 25 | 241 | 215 | 127 | 0 | 14 | 45 | 253 | 115 | 44 |
| Binary | 10101 | 10100001 | 10001101 | 1010111 | 0 | 1100 | 100101 | 10101011 | 1001101 | 100100 |
Color Harmonies of #15A18D
Complementary color
Monochromatic Colors of #15A18D
Black with #15A18D
Text Example
Text Example
White with #15A18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A18D; }
p { color: rgb(21,161,141); }
H1.HeaderClassName
{
color: #15A18D;
}
.AnyTagClassName
{
color: #15A18D;
}
</style>
background-color css
<style>
a { background-color: #15A18D; }
a { background-color: rgb(21,161,141); }
div.DivClassName
{
background-color: #15A18D;
}
.BgClassName
{
background-color: #15A18D;
}
</style>
border-color css
<style>
span { border-color: #15A18D; }
span { border-color: rgb(21,161,141); }
td.TdClassName
{
border-color: #15A18D;
}
.TagClassName
{
border-color: #15A18D;
}
</style>