Shades of Persian Green #10AA93
Tints of Persian Green #10AA93
RGB
CMYK
RGB Variations
Color information
#10AA93 (or 0x10AA93) is known color: Persian Green. HEX triplet: 10, AA and 93. RGB value is (16,170,147). Sum of RGB (Red+Green+Blue) = 16+170+147=333 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.80% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AA93 is #EF556C. Grayscale: #797979. Windows color (decimal): -15684973 or 9677328. OLE color: 9677328.
HSL color Cylindrical-coordinate representation of color #10AA93: hue angle of 171.04º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AA93 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 170 | 147 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.33 |
| HSL | 171.04º | 0.83% | 0.36% | - |
| HSV(B) | 171.04º | 0.91% | 0.67% | - |
| XYZ | 19.85 | 30.97 | 32.53 | - |
| YUV | 121.33 | 142.48 | 52.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 147 | 0.91 | 0 | 0.14 | 0.33 | 171.04 | 0.83 | 0.36 |
| Hex | 10 | AA | 93 | 5B | 0 | E | 21 | AB | 53 | 24 |
| Octal | 20 | 252 | 223 | 133 | 0 | 16 | 41 | 253 | 123 | 44 |
| Binary | 10000 | 10101010 | 10010011 | 1011011 | 0 | 1110 | 100001 | 10101011 | 1010011 | 100100 |
Color Harmonies of #10AA93
Complementary color
Monochromatic Colors of #10AA93
Black with #10AA93
Text Example
Text Example
White with #10AA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AA93; }
p { color: rgb(16,170,147); }
H1.HeaderClassName
{
color: #10AA93;
}
.AnyTagClassName
{
color: #10AA93;
}
</style>
background-color css
<style>
a { background-color: #10AA93; }
a { background-color: rgb(16,170,147); }
div.DivClassName
{
background-color: #10AA93;
}
.BgClassName
{
background-color: #10AA93;
}
</style>
border-color css
<style>
span { border-color: #10AA93; }
span { border-color: rgb(16,170,147); }
td.TdClassName
{
border-color: #10AA93;
}
.TagClassName
{
border-color: #10AA93;
}
</style>