Shades of Persian Green #10A09E
Tints of Persian Green #10A09E
RGB
CMYK
RGB Variations
Color information
#10A09E (or 0x10A09E) is known color: Persian Green. HEX triplet: 10, A0 and 9E. RGB value is (16,160,158). Sum of RGB (Red+Green+Blue) = 16+160+158=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 160 (62.89% from 255 or 47.90% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 160 - color contains mainly: green. Hex color #10A09E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A09E is #EF5F61. Grayscale: #747474. Windows color (decimal): -15687522 or 10395664. OLE color: 10395664.
HSL color Cylindrical-coordinate representation of color #10A09E: hue angle of 179.17º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A09E is Cyan = 0.9, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 160 | 158 | - |
| CMYK | 0.9 | 0 | 0.01 | 0.37 |
| HSL | 179.17º | 0.82% | 0.35% | - |
| HSV(B) | 179.17º | 0.9% | 0.63% | - |
| XYZ | 18.96 | 27.72 | 36.7 | - |
| YUV | 116.72 | 151.29 | 56.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 160 | 158 | 0.9 | 0 | 0.01 | 0.37 | 179.17 | 0.82 | 0.35 |
| Hex | 10 | A0 | 9E | 5A | 0 | 1 | 25 | B3 | 52 | 23 |
| Octal | 20 | 240 | 236 | 132 | 0 | 1 | 45 | 263 | 122 | 43 |
| Binary | 10000 | 10100000 | 10011110 | 1011010 | 0 | 1 | 100101 | 10110011 | 1010010 | 100011 |
Color Harmonies of #10A09E
Complementary color
Monochromatic Colors of #10A09E
Black with #10A09E
Text Example
Text Example
White with #10A09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A09E; }
p { color: rgb(16,160,158); }
H1.HeaderClassName
{
color: #10A09E;
}
.AnyTagClassName
{
color: #10A09E;
}
</style>
background-color css
<style>
a { background-color: #10A09E; }
a { background-color: rgb(16,160,158); }
div.DivClassName
{
background-color: #10A09E;
}
.BgClassName
{
background-color: #10A09E;
}
</style>
border-color css
<style>
span { border-color: #10A09E; }
span { border-color: rgb(16,160,158); }
td.TdClassName
{
border-color: #10A09E;
}
.TagClassName
{
border-color: #10A09E;
}
</style>