Shades of Persian Green #10A288
Tints of Persian Green #10A288
RGB
CMYK
RGB Variations
Color information
#10A288 (or 0x10A288) is known color: Persian Green. HEX triplet: 10, A2 and 88. RGB value is (16,162,136). Sum of RGB (Red+Green+Blue) = 16+162+136=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 162 (63.67% from 255 or 51.59% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 162 - color contains mainly: green. Hex color #10A288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A288 is #EF5D77. Grayscale: #737373. Windows color (decimal): -15687032 or 8954384. OLE color: 8954384.
HSL color Cylindrical-coordinate representation of color #10A288: hue angle of 169.32º 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 #10A288 is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 162 | 136 | - |
| CMYK | 0.90 | 0 | 0.16 | 0.36 |
| HSL | 169.32º | 0.82% | 0.35% | - |
| HSV(B) | 169.32º | 0.9% | 0.64% | - |
| XYZ | 17.58 | 27.73 | 27.72 | - |
| YUV | 115.38 | 139.63 | 57.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 162 | 136 | 0.90 | 0 | 0.16 | 0.36 | 169.32 | 0.82 | 0.35 |
| Hex | 10 | A2 | 88 | 5A | 0 | 10 | 24 | A9 | 52 | 23 |
| Octal | 20 | 242 | 210 | 132 | 0 | 20 | 44 | 251 | 122 | 43 |
| Binary | 10000 | 10100010 | 10001000 | 1011010 | 0 | 10000 | 100100 | 10101001 | 1010010 | 100011 |
Color Harmonies of #10A288
Complementary color
Monochromatic Colors of #10A288
Black with #10A288
Text Example
Text Example
White with #10A288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A288; }
p { color: rgb(16,162,136); }
H1.HeaderClassName
{
color: #10A288;
}
.AnyTagClassName
{
color: #10A288;
}
</style>
background-color css
<style>
a { background-color: #10A288; }
a { background-color: rgb(16,162,136); }
div.DivClassName
{
background-color: #10A288;
}
.BgClassName
{
background-color: #10A288;
}
</style>
border-color css
<style>
span { border-color: #10A288; }
span { border-color: rgb(16,162,136); }
td.TdClassName
{
border-color: #10A288;
}
.TagClassName
{
border-color: #10A288;
}
</style>