Shades of Persian Green #10AF96
Tints of Persian Green #10AF96
RGB
CMYK
RGB Variations
Color information
#10AF96 (or 0x10AF96) is known color: Persian Green. HEX triplet: 10, AF and 96. RGB value is (16,175,150). Sum of RGB (Red+Green+Blue) = 16+175+150=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 175 (68.75% from 255 or 51.32% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AF96 is #EF5069. Grayscale: #7C7C7C. Windows color (decimal): -15683690 or 9875216. OLE color: 9875216.
HSL color Cylindrical-coordinate representation of color #10AF96: hue angle of 170.57º 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 #10AF96 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 175 | 150 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.31 |
| HSL | 170.57º | 0.83% | 0.37% | - |
| HSV(B) | 170.57º | 0.91% | 0.69% | - |
| XYZ | 21.05 | 32.97 | 34.11 | - |
| YUV | 124.61 | 142.32 | 50.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 150 | 0.91 | 0 | 0.14 | 0.31 | 170.57 | 0.83 | 0.37 |
| Hex | 10 | AF | 96 | 5B | 0 | E | 1F | AB | 53 | 25 |
| Octal | 20 | 257 | 226 | 133 | 0 | 16 | 37 | 253 | 123 | 45 |
| Binary | 10000 | 10101111 | 10010110 | 1011011 | 0 | 1110 | 11111 | 10101011 | 1010011 | 100101 |
Color Harmonies of #10AF96
Complementary color
Monochromatic Colors of #10AF96
Black with #10AF96
Text Example
Text Example
White with #10AF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AF96; }
p { color: rgb(16,175,150); }
H1.HeaderClassName
{
color: #10AF96;
}
.AnyTagClassName
{
color: #10AF96;
}
</style>
background-color css
<style>
a { background-color: #10AF96; }
a { background-color: rgb(16,175,150); }
div.DivClassName
{
background-color: #10AF96;
}
.BgClassName
{
background-color: #10AF96;
}
</style>
border-color css
<style>
span { border-color: #10AF96; }
span { border-color: rgb(16,175,150); }
td.TdClassName
{
border-color: #10AF96;
}
.TagClassName
{
border-color: #10AF96;
}
</style>