Shades of Persian Green #10AB90
Tints of Persian Green #10AB90
RGB
CMYK
RGB Variations
Color information
#10AB90 (or 0x10AB90) is known color: Persian Green. HEX triplet: 10, AB and 90. RGB value is (16,171,144). Sum of RGB (Red+Green+Blue) = 16+171+144=331 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.83% from 331); Green value is 171 (67.19% from 255 or 51.66% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AB90 is #EF546F. Grayscale: #797979. Windows color (decimal): -15684720 or 9480976. OLE color: 9480976.
HSL color Cylindrical-coordinate representation of color #10AB90: hue angle of 169.55º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AB90 is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 171 | 144 | - |
| CMYK | 0.91 | 0 | 0.16 | 0.33 |
| HSL | 169.55º | 0.83% | 0.37% | - |
| HSV(B) | 169.55º | 0.91% | 0.67% | - |
| XYZ | 19.81 | 31.25 | 31.37 | - |
| YUV | 121.58 | 140.65 | 52.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 144 | 0.91 | 0 | 0.16 | 0.33 | 169.55 | 0.83 | 0.37 |
| Hex | 10 | AB | 90 | 5B | 0 | 10 | 21 | AA | 53 | 25 |
| Octal | 20 | 253 | 220 | 133 | 0 | 20 | 41 | 252 | 123 | 45 |
| Binary | 10000 | 10101011 | 10010000 | 1011011 | 0 | 10000 | 100001 | 10101010 | 1010011 | 100101 |
Color Harmonies of #10AB90
Complementary color
Monochromatic Colors of #10AB90
Black with #10AB90
Text Example
Text Example
White with #10AB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AB90; }
p { color: rgb(16,171,144); }
H1.HeaderClassName
{
color: #10AB90;
}
.AnyTagClassName
{
color: #10AB90;
}
</style>
background-color css
<style>
a { background-color: #10AB90; }
a { background-color: rgb(16,171,144); }
div.DivClassName
{
background-color: #10AB90;
}
.BgClassName
{
background-color: #10AB90;
}
</style>
border-color css
<style>
span { border-color: #10AB90; }
span { border-color: rgb(16,171,144); }
td.TdClassName
{
border-color: #10AB90;
}
.TagClassName
{
border-color: #10AB90;
}
</style>