Shades of Persian Green #10AA90
Tints of Persian Green #10AA90
RGB
CMYK
RGB Variations
Color information
#10AA90 (or 0x10AA90) is known color: Persian Green. HEX triplet: 10, AA and 90. RGB value is (16,170,144). Sum of RGB (Red+Green+Blue) = 16+170+144=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 170 (66.80% from 255 or 51.52% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AA90 is #EF556F. Grayscale: #787878. Windows color (decimal): -15684976 or 9480720. OLE color: 9480720.
HSL color Cylindrical-coordinate representation of color #10AA90: hue angle of 169.87º 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 #10AA90 is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 170 | 144 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.33 |
| HSL | 169.87º | 0.83% | 0.36% | - |
| HSV(B) | 169.87º | 0.91% | 0.67% | - |
| XYZ | 19.62 | 30.87 | 31.31 | - |
| YUV | 120.99 | 140.98 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 144 | 0.91 | 0 | 0.15 | 0.33 | 169.87 | 0.83 | 0.36 |
| Hex | 10 | AA | 90 | 5B | 0 | F | 21 | AA | 53 | 24 |
| Octal | 20 | 252 | 220 | 133 | 0 | 17 | 41 | 252 | 123 | 44 |
| Binary | 10000 | 10101010 | 10010000 | 1011011 | 0 | 1111 | 100001 | 10101010 | 1010011 | 100100 |
Color Harmonies of #10AA90
Complementary color
Monochromatic Colors of #10AA90
Black with #10AA90
Text Example
Text Example
White with #10AA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AA90; }
p { color: rgb(16,170,144); }
H1.HeaderClassName
{
color: #10AA90;
}
.AnyTagClassName
{
color: #10AA90;
}
</style>
background-color css
<style>
a { background-color: #10AA90; }
a { background-color: rgb(16,170,144); }
div.DivClassName
{
background-color: #10AA90;
}
.BgClassName
{
background-color: #10AA90;
}
</style>
border-color css
<style>
span { border-color: #10AA90; }
span { border-color: rgb(16,170,144); }
td.TdClassName
{
border-color: #10AA90;
}
.TagClassName
{
border-color: #10AA90;
}
</style>