Shades of Persian Green #10AF93
Tints of Persian Green #10AF93
RGB
CMYK
RGB Variations
Color information
#10AF93 (or 0x10AF93) is known color: Persian Green. HEX triplet: 10, AF and 93. RGB value is (16,175,147). Sum of RGB (Red+Green+Blue) = 16+175+147=338 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.73% from 338); Green value is 175 (68.75% from 255 or 51.78% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AF93 is #EF506C. Grayscale: #7C7C7C. Windows color (decimal): -15683693 or 9678608. OLE color: 9678608.
HSL color Cylindrical-coordinate representation of color #10AF93: hue angle of 169.43º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AF93 is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 175 | 147 | - |
| CMYK | 0.91 | 0 | 0.16 | 0.31 |
| HSL | 169.43º | 0.83% | 0.37% | - |
| HSV(B) | 169.43º | 0.91% | 0.69% | - |
| XYZ | 20.81 | 32.88 | 32.85 | - |
| YUV | 124.27 | 140.82 | 50.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 147 | 0.91 | 0 | 0.16 | 0.31 | 169.43 | 0.83 | 0.37 |
| Hex | 10 | AF | 93 | 5B | 0 | 10 | 1F | A9 | 53 | 25 |
| Octal | 20 | 257 | 223 | 133 | 0 | 20 | 37 | 251 | 123 | 45 |
| Binary | 10000 | 10101111 | 10010011 | 1011011 | 0 | 10000 | 11111 | 10101001 | 1010011 | 100101 |
Color Harmonies of #10AF93
Complementary color
Monochromatic Colors of #10AF93
Black with #10AF93
Text Example
Text Example
White with #10AF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AF93; }
p { color: rgb(16,175,147); }
H1.HeaderClassName
{
color: #10AF93;
}
.AnyTagClassName
{
color: #10AF93;
}
</style>
background-color css
<style>
a { background-color: #10AF93; }
a { background-color: rgb(16,175,147); }
div.DivClassName
{
background-color: #10AF93;
}
.BgClassName
{
background-color: #10AF93;
}
</style>
border-color css
<style>
span { border-color: #10AF93; }
span { border-color: rgb(16,175,147); }
td.TdClassName
{
border-color: #10AF93;
}
.TagClassName
{
border-color: #10AF93;
}
</style>