Shades of Persian Green #10AD93
Tints of Persian Green #10AD93
RGB
CMYK
RGB Variations
Color information
#10AD93 (or 0x10AD93) is known color: Persian Green. HEX triplet: 10, AD and 93. RGB value is (16,173,147). Sum of RGB (Red+Green+Blue) = 16+173+147=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 173 (67.97% from 255 or 51.49% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AD93 is #EF526C. Grayscale: #7B7B7B. Windows color (decimal): -15684205 or 9678096. OLE color: 9678096.
HSL color Cylindrical-coordinate representation of color #10AD93: hue angle of 170.06º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AD93 is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 173 | 147 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.32 |
| HSL | 170.06º | 0.83% | 0.37% | - |
| HSV(B) | 170.06º | 0.91% | 0.68% | - |
| XYZ | 20.42 | 32.1 | 32.72 | - |
| YUV | 123.09 | 141.49 | 51.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 147 | 0.91 | 0 | 0.15 | 0.32 | 170.06 | 0.83 | 0.37 |
| Hex | 10 | AD | 93 | 5B | 0 | F | 20 | AA | 53 | 25 |
| Octal | 20 | 255 | 223 | 133 | 0 | 17 | 40 | 252 | 123 | 45 |
| Binary | 10000 | 10101101 | 10010011 | 1011011 | 0 | 1111 | 100000 | 10101010 | 1010011 | 100101 |
Color Harmonies of #10AD93
Complementary color
Monochromatic Colors of #10AD93
Black with #10AD93
Text Example
Text Example
White with #10AD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AD93; }
p { color: rgb(16,173,147); }
H1.HeaderClassName
{
color: #10AD93;
}
.AnyTagClassName
{
color: #10AD93;
}
</style>
background-color css
<style>
a { background-color: #10AD93; }
a { background-color: rgb(16,173,147); }
div.DivClassName
{
background-color: #10AD93;
}
.BgClassName
{
background-color: #10AD93;
}
</style>
border-color css
<style>
span { border-color: #10AD93; }
span { border-color: rgb(16,173,147); }
td.TdClassName
{
border-color: #10AD93;
}
.TagClassName
{
border-color: #10AD93;
}
</style>