Shades of Persian Green #10A28E
Tints of Persian Green #10A28E
RGB
CMYK
RGB Variations
Color information
#10A28E (or 0x10A28E) is known color: Persian Green. HEX triplet: 10, A2 and 8E. RGB value is (16,162,142). Sum of RGB (Red+Green+Blue) = 16+162+142=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 162 (63.67% from 255 or 50.62% from 320); Blue value is 142 (55.86% from 255 or 44.38% from 320); Max value from RGB is 162 - color contains mainly: green. Hex color #10A28E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A28E is #EF5D71. Grayscale: #747474. Windows color (decimal): -15687026 or 9347600. OLE color: 9347600.
HSL color Cylindrical-coordinate representation of color #10A28E: hue angle of 171.78º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A28E is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 162 | 142 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.36 |
| HSL | 171.78º | 0.82% | 0.35% | - |
| HSV(B) | 171.78º | 0.9% | 0.64% | - |
| XYZ | 18.02 | 27.9 | 30.03 | - |
| YUV | 116.07 | 142.63 | 56.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 162 | 142 | 0.90 | 0 | 0.12 | 0.36 | 171.78 | 0.82 | 0.35 |
| Hex | 10 | A2 | 8E | 5A | 0 | C | 24 | AC | 52 | 23 |
| Octal | 20 | 242 | 216 | 132 | 0 | 14 | 44 | 254 | 122 | 43 |
| Binary | 10000 | 10100010 | 10001110 | 1011010 | 0 | 1100 | 100100 | 10101100 | 1010010 | 100011 |
Color Harmonies of #10A28E
Complementary color
Monochromatic Colors of #10A28E
Black with #10A28E
Text Example
Text Example
White with #10A28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A28E; }
p { color: rgb(16,162,142); }
H1.HeaderClassName
{
color: #10A28E;
}
.AnyTagClassName
{
color: #10A28E;
}
</style>
background-color css
<style>
a { background-color: #10A28E; }
a { background-color: rgb(16,162,142); }
div.DivClassName
{
background-color: #10A28E;
}
.BgClassName
{
background-color: #10A28E;
}
</style>
border-color css
<style>
span { border-color: #10A28E; }
span { border-color: rgb(16,162,142); }
td.TdClassName
{
border-color: #10A28E;
}
.TagClassName
{
border-color: #10A28E;
}
</style>