Shades of Persian Green #09998D
Tints of Persian Green #09998D
RGB
CMYK
RGB Variations
Color information
#09998D (or 0x09998D) is known color: Persian Green. HEX triplet: 09, 99 and 8D. RGB value is (9,153,141). Sum of RGB (Red+Green+Blue) = 9+153+141=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #09998D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09998D is #F66672. Grayscale: #6C6C6C. Windows color (decimal): -16148083 or 9279753. OLE color: 9279753.
HSL color Cylindrical-coordinate representation of color #09998D: hue angle of 175º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09998D is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 9 | 153 | 141 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.4 |
| HSL | 175º | 0.89% | 0.32% | - |
| HSV(B) | 175º | 0.94% | 0.6% | - |
| XYZ | 16.31 | 24.76 | 29.12 | - |
| YUV | 108.58 | 146.29 | 56.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 153 | 141 | 0.94 | 0 | 0.08 | 0.4 | 175 | 0.89 | 0.32 |
| Hex | 9 | 99 | 8D | 5E | 0 | 8 | 28 | AF | 59 | 20 |
| Octal | 11 | 231 | 215 | 136 | 0 | 10 | 50 | 257 | 131 | 40 |
| Binary | 1001 | 10011001 | 10001101 | 1011110 | 0 | 1000 | 101000 | 10101111 | 1011001 | 100000 |
Color Harmonies of #09998D
Complementary color
Monochromatic Colors of #09998D
Black with #09998D
Text Example
Text Example
White with #09998D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09998D; }
p { color: rgb(9,153,141); }
H1.HeaderClassName
{
color: #09998D;
}
.AnyTagClassName
{
color: #09998D;
}
</style>
background-color css
<style>
a { background-color: #09998D; }
a { background-color: rgb(9,153,141); }
div.DivClassName
{
background-color: #09998D;
}
.BgClassName
{
background-color: #09998D;
}
</style>
border-color css
<style>
span { border-color: #09998D; }
span { border-color: rgb(9,153,141); }
td.TdClassName
{
border-color: #09998D;
}
.TagClassName
{
border-color: #09998D;
}
</style>