Shades of Persian Green #08A089
Tints of Persian Green #08A089
RGB
CMYK
RGB Variations
Color information
#08A089 (or 0x08A089) is known color: Persian Green. HEX triplet: 08, A0 and 89. RGB value is (8,160,137). Sum of RGB (Red+Green+Blue) = 8+160+137=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 160 (62.89% from 255 or 52.46% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 160 - color contains mainly: green. Hex color #08A089 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08A089 is #F75F76. Grayscale: #6F6F6F. Windows color (decimal): -16211831 or 9019400. OLE color: 9019400.
HSL color Cylindrical-coordinate representation of color #08A089: hue angle of 170.92º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A089 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 160 | 137 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.37 |
| HSL | 170.92º | 0.9% | 0.33% | - |
| HSV(B) | 170.92º | 0.95% | 0.63% | - |
| XYZ | 17.19 | 27 | 27.97 | - |
| YUV | 111.93 | 142.14 | 53.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 160 | 137 | 0.95 | 0 | 0.14 | 0.37 | 170.92 | 0.9 | 0.33 |
| Hex | 8 | A0 | 89 | 5F | 0 | E | 25 | AB | 5A | 21 |
| Octal | 10 | 240 | 211 | 137 | 0 | 16 | 45 | 253 | 132 | 41 |
| Binary | 1000 | 10100000 | 10001001 | 1011111 | 0 | 1110 | 100101 | 10101011 | 1011010 | 100001 |
Color Harmonies of #08A089
Complementary color
Monochromatic Colors of #08A089
Black with #08A089
Text Example
Text Example
White with #08A089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A089; }
p { color: rgb(8,160,137); }
H1.HeaderClassName
{
color: #08A089;
}
.AnyTagClassName
{
color: #08A089;
}
</style>
background-color css
<style>
a { background-color: #08A089; }
a { background-color: rgb(8,160,137); }
div.DivClassName
{
background-color: #08A089;
}
.BgClassName
{
background-color: #08A089;
}
</style>
border-color css
<style>
span { border-color: #08A089; }
span { border-color: rgb(8,160,137); }
td.TdClassName
{
border-color: #08A089;
}
.TagClassName
{
border-color: #08A089;
}
</style>