Shades of Persian Green #089A91
Tints of Persian Green #089A91
RGB
CMYK
RGB Variations
Color information
#089A91 (or 0x089A91) is known color: Persian Green. HEX triplet: 08, 9A and 91. RGB value is (8,154,145). Sum of RGB (Red+Green+Blue) = 8+154+145=307 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 307); Green value is 154 (60.55% from 255 or 50.16% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 154 - color contains mainly: green. Hex color #089A91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089A91 is #F7656E. Grayscale: #6D6D6D. Windows color (decimal): -16213359 or 9542152. OLE color: 9542152.
HSL color Cylindrical-coordinate representation of color #089A91: hue angle of 176.3º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089A91 is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 8 | 154 | 145 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.40 |
| HSL | 176.3º | 0.9% | 0.32% | - |
| HSV(B) | 176.3º | 0.95% | 0.6% | - |
| XYZ | 16.77 | 25.21 | 30.77 | - |
| YUV | 109.32 | 148.13 | 55.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 154 | 145 | 0.95 | 0 | 0.06 | 0.40 | 176.3 | 0.9 | 0.32 |
| Hex | 8 | 9A | 91 | 5F | 0 | 6 | 28 | B0 | 5A | 20 |
| Octal | 10 | 232 | 221 | 137 | 0 | 6 | 50 | 260 | 132 | 40 |
| Binary | 1000 | 10011010 | 10010001 | 1011111 | 0 | 110 | 101000 | 10110000 | 1011010 | 100000 |
Color Harmonies of #089A91
Complementary color
Monochromatic Colors of #089A91
Black with #089A91
Text Example
Text Example
White with #089A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089A91; }
p { color: rgb(8,154,145); }
H1.HeaderClassName
{
color: #089A91;
}
.AnyTagClassName
{
color: #089A91;
}
</style>
background-color css
<style>
a { background-color: #089A91; }
a { background-color: rgb(8,154,145); }
div.DivClassName
{
background-color: #089A91;
}
.BgClassName
{
background-color: #089A91;
}
</style>
border-color css
<style>
span { border-color: #089A91; }
span { border-color: rgb(8,154,145); }
td.TdClassName
{
border-color: #089A91;
}
.TagClassName
{
border-color: #089A91;
}
</style>