Shades of Persian Green #10AB95
Tints of Persian Green #10AB95
RGB
CMYK
RGB Variations
Color information
#10AB95 (or 0x10AB95) is known color: Persian Green. HEX triplet: 10, AB and 95. RGB value is (16,171,149). Sum of RGB (Red+Green+Blue) = 16+171+149=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 171 (67.19% from 255 or 50.89% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AB95 is #EF546A. Grayscale: #7A7A7A. Windows color (decimal): -15684715 or 9808656. OLE color: 9808656.
HSL color Cylindrical-coordinate representation of color #10AB95: hue angle of 171.48º 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 #10AB95 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 171 | 149 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.33 |
| HSL | 171.48º | 0.83% | 0.37% | - |
| HSV(B) | 171.48º | 0.91% | 0.67% | - |
| XYZ | 20.2 | 31.41 | 33.43 | - |
| YUV | 122.15 | 143.15 | 52.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 149 | 0.91 | 0 | 0.13 | 0.33 | 171.48 | 0.83 | 0.37 |
| Hex | 10 | AB | 95 | 5B | 0 | D | 21 | AB | 53 | 25 |
| Octal | 20 | 253 | 225 | 133 | 0 | 15 | 41 | 253 | 123 | 45 |
| Binary | 10000 | 10101011 | 10010101 | 1011011 | 0 | 1101 | 100001 | 10101011 | 1010011 | 100101 |
Color Harmonies of #10AB95
Complementary color
Monochromatic Colors of #10AB95
Black with #10AB95
Text Example
Text Example
White with #10AB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AB95; }
p { color: rgb(16,171,149); }
H1.HeaderClassName
{
color: #10AB95;
}
.AnyTagClassName
{
color: #10AB95;
}
</style>
background-color css
<style>
a { background-color: #10AB95; }
a { background-color: rgb(16,171,149); }
div.DivClassName
{
background-color: #10AB95;
}
.BgClassName
{
background-color: #10AB95;
}
</style>
border-color css
<style>
span { border-color: #10AB95; }
span { border-color: rgb(16,171,149); }
td.TdClassName
{
border-color: #10AB95;
}
.TagClassName
{
border-color: #10AB95;
}
</style>