Shades of Persian Green #0AAB93
Tints of Persian Green #0AAB93
RGB
CMYK
RGB Variations
Color information
#0AAB93 (or 0x0AAB93) is known color: Persian Green. HEX triplet: 0A, AB and 93. RGB value is (10,171,147). Sum of RGB (Red+Green+Blue) = 10+171+147=328 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.05% from 328); Green value is 171 (67.19% from 255 or 52.13% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAB93 is #F5546C. Grayscale: #787878. Windows color (decimal): -16077933 or 9677578. OLE color: 9677578.
HSL color Cylindrical-coordinate representation of color #0AAB93: hue angle of 171.06º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAB93 is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 171 | 147 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.33 |
| HSL | 171.06º | 0.89% | 0.35% | - |
| HSV(B) | 171.06º | 0.94% | 0.67% | - |
| XYZ | 19.95 | 31.3 | 32.59 | - |
| YUV | 120.13 | 143.16 | 49.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 147 | 0.94 | 0 | 0.14 | 0.33 | 171.06 | 0.89 | 0.35 |
| Hex | A | AB | 93 | 5E | 0 | E | 21 | AB | 59 | 23 |
| Octal | 12 | 253 | 223 | 136 | 0 | 16 | 41 | 253 | 131 | 43 |
| Binary | 1010 | 10101011 | 10010011 | 1011110 | 0 | 1110 | 100001 | 10101011 | 1011001 | 100011 |
Color Harmonies of #0AAB93
Complementary color
Monochromatic Colors of #0AAB93
Black with #0AAB93
Text Example
Text Example
White with #0AAB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAB93; }
p { color: rgb(10,171,147); }
H1.HeaderClassName
{
color: #0AAB93;
}
.AnyTagClassName
{
color: #0AAB93;
}
</style>
background-color css
<style>
a { background-color: #0AAB93; }
a { background-color: rgb(10,171,147); }
div.DivClassName
{
background-color: #0AAB93;
}
.BgClassName
{
background-color: #0AAB93;
}
</style>
border-color css
<style>
span { border-color: #0AAB93; }
span { border-color: rgb(10,171,147); }
td.TdClassName
{
border-color: #0AAB93;
}
.TagClassName
{
border-color: #0AAB93;
}
</style>