Shades of Persian Green #099D98
Tints of Persian Green #099D98
RGB
CMYK
RGB Variations
Color information
#099D98 (or 0x099D98) is known color: Persian Green. HEX triplet: 09, 9D and 98. RGB value is (9,157,152). Sum of RGB (Red+Green+Blue) = 9+157+152=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 157 (61.72% from 255 or 49.37% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 157 - color contains mainly: green. Hex color #099D98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099D98 is #F66267. Grayscale: #707070. Windows color (decimal): -16147048 or 10001673. OLE color: 10001673.
HSL color Cylindrical-coordinate representation of color #099D98: hue angle of 177.97º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099D98 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 157 | 152 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.38 |
| HSL | 177.97º | 0.89% | 0.33% | - |
| HSV(B) | 177.97º | 0.94% | 0.62% | - |
| XYZ | 17.84 | 26.44 | 33.87 | - |
| YUV | 112.18 | 150.47 | 54.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 157 | 152 | 0.94 | 0 | 0.03 | 0.38 | 177.97 | 0.89 | 0.33 |
| Hex | 9 | 9D | 98 | 5E | 0 | 3 | 26 | B2 | 59 | 21 |
| Octal | 11 | 235 | 230 | 136 | 0 | 3 | 46 | 262 | 131 | 41 |
| Binary | 1001 | 10011101 | 10011000 | 1011110 | 0 | 11 | 100110 | 10110010 | 1011001 | 100001 |
Color Harmonies of #099D98
Complementary color
Monochromatic Colors of #099D98
Black with #099D98
Text Example
Text Example
White with #099D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099D98; }
p { color: rgb(9,157,152); }
H1.HeaderClassName
{
color: #099D98;
}
.AnyTagClassName
{
color: #099D98;
}
</style>
background-color css
<style>
a { background-color: #099D98; }
a { background-color: rgb(9,157,152); }
div.DivClassName
{
background-color: #099D98;
}
.BgClassName
{
background-color: #099D98;
}
</style>
border-color css
<style>
span { border-color: #099D98; }
span { border-color: rgb(9,157,152); }
td.TdClassName
{
border-color: #099D98;
}
.TagClassName
{
border-color: #099D98;
}
</style>