Shades of Persian Green #089A96
Tints of Persian Green #089A96
RGB
CMYK
RGB Variations
Color information
#089A96 (or 0x089A96) is known color: Persian Green. HEX triplet: 08, 9A and 96. RGB value is (8,154,150). Sum of RGB (Red+Green+Blue) = 8+154+150=312 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 312); Green value is 154 (60.55% from 255 or 49.36% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 154 - color contains mainly: green. Hex color #089A96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089A96 is #F76569. Grayscale: #6D6D6D. Windows color (decimal): -16213354 or 9869832. OLE color: 9869832.
HSL color Cylindrical-coordinate representation of color #089A96: hue angle of 178.36º 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 #089A96 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 8 | 154 | 150 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.40 |
| HSL | 178.36º | 0.9% | 0.32% | - |
| HSV(B) | 178.36º | 0.95% | 0.6% | - |
| XYZ | 17.16 | 25.36 | 32.85 | - |
| YUV | 109.89 | 150.63 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 154 | 150 | 0.95 | 0 | 0.03 | 0.40 | 178.36 | 0.9 | 0.32 |
| Hex | 8 | 9A | 96 | 5F | 0 | 3 | 28 | B2 | 5A | 20 |
| Octal | 10 | 232 | 226 | 137 | 0 | 3 | 50 | 262 | 132 | 40 |
| Binary | 1000 | 10011010 | 10010110 | 1011111 | 0 | 11 | 101000 | 10110010 | 1011010 | 100000 |
Color Harmonies of #089A96
Complementary color
Monochromatic Colors of #089A96
Black with #089A96
Text Example
Text Example
White with #089A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089A96; }
p { color: rgb(8,154,150); }
H1.HeaderClassName
{
color: #089A96;
}
.AnyTagClassName
{
color: #089A96;
}
</style>
background-color css
<style>
a { background-color: #089A96; }
a { background-color: rgb(8,154,150); }
div.DivClassName
{
background-color: #089A96;
}
.BgClassName
{
background-color: #089A96;
}
</style>
border-color css
<style>
span { border-color: #089A96; }
span { border-color: rgb(8,154,150); }
td.TdClassName
{
border-color: #089A96;
}
.TagClassName
{
border-color: #089A96;
}
</style>