Shades of Persian Green #0AA385
Tints of Persian Green #0AA385
RGB
CMYK
RGB Variations
Color information
#0AA385 (or 0x0AA385) is known color: Persian Green. HEX triplet: 0A, A3 and 85. RGB value is (10,163,133). Sum of RGB (Red+Green+Blue) = 10+163+133=306 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.27% from 306); Green value is 163 (64.06% from 255 or 53.27% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 163 - color contains mainly: green. Hex color #0AA385 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA385 is #F55C7A. Grayscale: #717171. Windows color (decimal): -16079995 or 8758026. OLE color: 8758026.
HSL color Cylindrical-coordinate representation of color #0AA385: hue angle of 168.24º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA385 is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 10 | 163 | 133 | - |
| CMYK | 0.94 | 0 | 0.18 | 0.36 |
| HSL | 168.24º | 0.88% | 0.34% | - |
| HSV(B) | 168.24º | 0.94% | 0.64% | - |
| XYZ | 17.46 | 27.95 | 26.67 | - |
| YUV | 113.83 | 138.81 | 53.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 163 | 133 | 0.94 | 0 | 0.18 | 0.36 | 168.24 | 0.88 | 0.34 |
| Hex | A | A3 | 85 | 5E | 0 | 12 | 24 | A8 | 58 | 22 |
| Octal | 12 | 243 | 205 | 136 | 0 | 22 | 44 | 250 | 130 | 42 |
| Binary | 1010 | 10100011 | 10000101 | 1011110 | 0 | 10010 | 100100 | 10101000 | 1011000 | 100010 |
Color Harmonies of #0AA385
Complementary color
Monochromatic Colors of #0AA385
Black with #0AA385
Text Example
Text Example
White with #0AA385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA385; }
p { color: rgb(10,163,133); }
H1.HeaderClassName
{
color: #0AA385;
}
.AnyTagClassName
{
color: #0AA385;
}
</style>
background-color css
<style>
a { background-color: #0AA385; }
a { background-color: rgb(10,163,133); }
div.DivClassName
{
background-color: #0AA385;
}
.BgClassName
{
background-color: #0AA385;
}
</style>
border-color css
<style>
span { border-color: #0AA385; }
span { border-color: rgb(10,163,133); }
td.TdClassName
{
border-color: #0AA385;
}
.TagClassName
{
border-color: #0AA385;
}
</style>