Shades of Persian Green #10A195
Tints of Persian Green #10A195
RGB
CMYK
RGB Variations
Color information
#10A195 (or 0x10A195) is known color: Persian Green. HEX triplet: 10, A1 and 95. RGB value is (16,161,149). Sum of RGB (Red+Green+Blue) = 16+161+149=326 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.91% from 326); Green value is 161 (63.28% from 255 or 49.39% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 161 - color contains mainly: green. Hex color #10A195 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A195 is #EF5E6A. Grayscale: #747474. Windows color (decimal): -15687275 or 9806096. OLE color: 9806096.
HSL color Cylindrical-coordinate representation of color #10A195: hue angle of 175.03º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A195 is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 161 | 149 | - |
| CMYK | 0.90 | 0 | 0.07 | 0.37 |
| HSL | 175.03º | 0.82% | 0.35% | - |
| HSV(B) | 175.03º | 0.9% | 0.63% | - |
| XYZ | 18.38 | 27.77 | 32.82 | - |
| YUV | 116.28 | 146.46 | 56.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 161 | 149 | 0.90 | 0 | 0.07 | 0.37 | 175.03 | 0.82 | 0.35 |
| Hex | 10 | A1 | 95 | 5A | 0 | 7 | 25 | AF | 52 | 23 |
| Octal | 20 | 241 | 225 | 132 | 0 | 7 | 45 | 257 | 122 | 43 |
| Binary | 10000 | 10100001 | 10010101 | 1011010 | 0 | 111 | 100101 | 10101111 | 1010010 | 100011 |
Color Harmonies of #10A195
Complementary color
Monochromatic Colors of #10A195
Black with #10A195
Text Example
Text Example
White with #10A195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A195; }
p { color: rgb(16,161,149); }
H1.HeaderClassName
{
color: #10A195;
}
.AnyTagClassName
{
color: #10A195;
}
</style>
background-color css
<style>
a { background-color: #10A195; }
a { background-color: rgb(16,161,149); }
div.DivClassName
{
background-color: #10A195;
}
.BgClassName
{
background-color: #10A195;
}
</style>
border-color css
<style>
span { border-color: #10A195; }
span { border-color: rgb(16,161,149); }
td.TdClassName
{
border-color: #10A195;
}
.TagClassName
{
border-color: #10A195;
}
</style>