Shades of Persian Green #09AB86
Tints of Persian Green #09AB86
RGB
CMYK
RGB Variations
Color information
#09AB86 (or 0x09AB86) is known color: Persian Green. HEX triplet: 09, AB and 86. RGB value is (9,171,134). Sum of RGB (Red+Green+Blue) = 9+171+134=314 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.87% from 314); Green value is 171 (67.19% from 255 or 54.46% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 171 - color contains mainly: green. Hex color #09AB86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AB86 is #F65479. Grayscale: #767676. Windows color (decimal): -16143482 or 8825609. OLE color: 8825609.
HSL color Cylindrical-coordinate representation of color #09AB86: hue angle of 166.3º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AB86 is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 171 | 134 | - |
| CMYK | 0.95 | 0 | 0.22 | 0.33 |
| HSL | 166.3º | 0.9% | 0.35% | - |
| HSV(B) | 166.3º | 0.95% | 0.67% | - |
| XYZ | 18.98 | 30.91 | 27.52 | - |
| YUV | 118.34 | 136.83 | 50.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 171 | 134 | 0.95 | 0 | 0.22 | 0.33 | 166.3 | 0.9 | 0.35 |
| Hex | 9 | AB | 86 | 5F | 0 | 16 | 21 | A6 | 5A | 23 |
| Octal | 11 | 253 | 206 | 137 | 0 | 26 | 41 | 246 | 132 | 43 |
| Binary | 1001 | 10101011 | 10000110 | 1011111 | 0 | 10110 | 100001 | 10100110 | 1011010 | 100011 |
Color Harmonies of #09AB86
Complementary color
Monochromatic Colors of #09AB86
Black with #09AB86
Text Example
Text Example
White with #09AB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AB86; }
p { color: rgb(9,171,134); }
H1.HeaderClassName
{
color: #09AB86;
}
.AnyTagClassName
{
color: #09AB86;
}
</style>
background-color css
<style>
a { background-color: #09AB86; }
a { background-color: rgb(9,171,134); }
div.DivClassName
{
background-color: #09AB86;
}
.BgClassName
{
background-color: #09AB86;
}
</style>
border-color css
<style>
span { border-color: #09AB86; }
span { border-color: rgb(9,171,134); }
td.TdClassName
{
border-color: #09AB86;
}
.TagClassName
{
border-color: #09AB86;
}
</style>