Shades of Persian Green #10A28D
Tints of Persian Green #10A28D
RGB
CMYK
RGB Variations
Color information
#10A28D (or 0x10A28D) is known color: Persian Green. HEX triplet: 10, A2 and 8D. RGB value is (16,162,141). Sum of RGB (Red+Green+Blue) = 16+162+141=319 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.02% from 319); Green value is 162 (63.67% from 255 or 50.78% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 162 - color contains mainly: green. Hex color #10A28D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A28D is #EF5D72. Grayscale: #737373. Windows color (decimal): -15687027 or 9282064. OLE color: 9282064.
HSL color Cylindrical-coordinate representation of color #10A28D: hue angle of 171.37º 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 #10A28D is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 162 | 141 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.36 |
| HSL | 171.37º | 0.82% | 0.35% | - |
| HSV(B) | 171.37º | 0.9% | 0.64% | - |
| XYZ | 17.94 | 27.87 | 29.63 | - |
| YUV | 115.95 | 142.13 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 162 | 141 | 0.90 | 0 | 0.13 | 0.36 | 171.37 | 0.82 | 0.35 |
| Hex | 10 | A2 | 8D | 5A | 0 | D | 24 | AB | 52 | 23 |
| Octal | 20 | 242 | 215 | 132 | 0 | 15 | 44 | 253 | 122 | 43 |
| Binary | 10000 | 10100010 | 10001101 | 1011010 | 0 | 1101 | 100100 | 10101011 | 1010010 | 100011 |
Color Harmonies of #10A28D
Complementary color
Monochromatic Colors of #10A28D
Black with #10A28D
Text Example
Text Example
White with #10A28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A28D; }
p { color: rgb(16,162,141); }
H1.HeaderClassName
{
color: #10A28D;
}
.AnyTagClassName
{
color: #10A28D;
}
</style>
background-color css
<style>
a { background-color: #10A28D; }
a { background-color: rgb(16,162,141); }
div.DivClassName
{
background-color: #10A28D;
}
.BgClassName
{
background-color: #10A28D;
}
</style>
border-color css
<style>
span { border-color: #10A28D; }
span { border-color: rgb(16,162,141); }
td.TdClassName
{
border-color: #10A28D;
}
.TagClassName
{
border-color: #10A28D;
}
</style>