Shades of Persian Green #09998F
Tints of Persian Green #09998F
RGB
CMYK
RGB Variations
Color information
#09998F (or 0x09998F) is known color: Persian Green. HEX triplet: 09, 99 and 8F. RGB value is (9,153,143). Sum of RGB (Red+Green+Blue) = 9+153+143=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 143 (56.25% from 255 or 46.89% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #09998F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09998F is #F66670. Grayscale: #6C6C6C. Windows color (decimal): -16148081 or 9410825. OLE color: 9410825.
HSL color Cylindrical-coordinate representation of color #09998F: hue angle of 175.83º 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 #09998F is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 9 | 153 | 143 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.4 |
| HSL | 175.83º | 0.89% | 0.32% | - |
| HSV(B) | 175.83º | 0.94% | 0.6% | - |
| XYZ | 16.46 | 24.82 | 29.91 | - |
| YUV | 108.8 | 147.29 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 153 | 143 | 0.94 | 0 | 0.07 | 0.4 | 175.83 | 0.89 | 0.32 |
| Hex | 9 | 99 | 8F | 5E | 0 | 7 | 28 | B0 | 59 | 20 |
| Octal | 11 | 231 | 217 | 136 | 0 | 7 | 50 | 260 | 131 | 40 |
| Binary | 1001 | 10011001 | 10001111 | 1011110 | 0 | 111 | 101000 | 10110000 | 1011001 | 100000 |
Color Harmonies of #09998F
Complementary color
Monochromatic Colors of #09998F
Black with #09998F
Text Example
Text Example
White with #09998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09998F; }
p { color: rgb(9,153,143); }
H1.HeaderClassName
{
color: #09998F;
}
.AnyTagClassName
{
color: #09998F;
}
</style>
background-color css
<style>
a { background-color: #09998F; }
a { background-color: rgb(9,153,143); }
div.DivClassName
{
background-color: #09998F;
}
.BgClassName
{
background-color: #09998F;
}
</style>
border-color css
<style>
span { border-color: #09998F; }
span { border-color: rgb(9,153,143); }
td.TdClassName
{
border-color: #09998F;
}
.TagClassName
{
border-color: #09998F;
}
</style>