Shades of Persian Green #089F89
Tints of Persian Green #089F89
RGB
CMYK
RGB Variations
Color information
#089F89 (or 0x089F89) is known color: Persian Green. HEX triplet: 08, 9F and 89. RGB value is (8,159,137). Sum of RGB (Red+Green+Blue) = 8+159+137=304 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.63% from 304); Green value is 159 (62.5% from 255 or 52.30% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 159 - color contains mainly: green. Hex color #089F89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089F89 is #F76076. Grayscale: #6F6F6F. Windows color (decimal): -16212087 or 9019144. OLE color: 9019144.
HSL color Cylindrical-coordinate representation of color #089F89: hue angle of 171.26º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089F89 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 159 | 137 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.38 |
| HSL | 171.26º | 0.9% | 0.33% | - |
| HSV(B) | 171.26º | 0.95% | 0.62% | - |
| XYZ | 17.01 | 26.65 | 27.91 | - |
| YUV | 111.34 | 142.47 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 159 | 137 | 0.95 | 0 | 0.14 | 0.38 | 171.26 | 0.9 | 0.33 |
| Hex | 8 | 9F | 89 | 5F | 0 | E | 26 | AB | 5A | 21 |
| Octal | 10 | 237 | 211 | 137 | 0 | 16 | 46 | 253 | 132 | 41 |
| Binary | 1000 | 10011111 | 10001001 | 1011111 | 0 | 1110 | 100110 | 10101011 | 1011010 | 100001 |
Color Harmonies of #089F89
Complementary color
Monochromatic Colors of #089F89
Black with #089F89
Text Example
Text Example
White with #089F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089F89; }
p { color: rgb(8,159,137); }
H1.HeaderClassName
{
color: #089F89;
}
.AnyTagClassName
{
color: #089F89;
}
</style>
background-color css
<style>
a { background-color: #089F89; }
a { background-color: rgb(8,159,137); }
div.DivClassName
{
background-color: #089F89;
}
.BgClassName
{
background-color: #089F89;
}
</style>
border-color css
<style>
span { border-color: #089F89; }
span { border-color: rgb(8,159,137); }
td.TdClassName
{
border-color: #089F89;
}
.TagClassName
{
border-color: #089F89;
}
</style>