Shades of Persian Green #099D8A
Tints of Persian Green #099D8A
RGB
CMYK
RGB Variations
Color information
#099D8A (or 0x099D8A) is known color: Persian Green. HEX triplet: 09, 9D and 8A. RGB value is (9,157,138). Sum of RGB (Red+Green+Blue) = 9+157+138=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 157 (61.72% from 255 or 51.64% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 157 - color contains mainly: green. Hex color #099D8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099D8A is #F66275. Grayscale: #6E6E6E. Windows color (decimal): -16147062 or 9084169. OLE color: 9084169.
HSL color Cylindrical-coordinate representation of color #099D8A: hue angle of 172.3º 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 #099D8A is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 157 | 138 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.38 |
| HSL | 172.3º | 0.89% | 0.33% | - |
| HSV(B) | 172.3º | 0.94% | 0.62% | - |
| XYZ | 16.76 | 26.01 | 28.18 | - |
| YUV | 110.58 | 143.47 | 55.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 157 | 138 | 0.94 | 0 | 0.12 | 0.38 | 172.3 | 0.89 | 0.33 |
| Hex | 9 | 9D | 8A | 5E | 0 | C | 26 | AC | 59 | 21 |
| Octal | 11 | 235 | 212 | 136 | 0 | 14 | 46 | 254 | 131 | 41 |
| Binary | 1001 | 10011101 | 10001010 | 1011110 | 0 | 1100 | 100110 | 10101100 | 1011001 | 100001 |
Color Harmonies of #099D8A
Complementary color
Monochromatic Colors of #099D8A
Black with #099D8A
Text Example
Text Example
White with #099D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099D8A; }
p { color: rgb(9,157,138); }
H1.HeaderClassName
{
color: #099D8A;
}
.AnyTagClassName
{
color: #099D8A;
}
</style>
background-color css
<style>
a { background-color: #099D8A; }
a { background-color: rgb(9,157,138); }
div.DivClassName
{
background-color: #099D8A;
}
.BgClassName
{
background-color: #099D8A;
}
</style>
border-color css
<style>
span { border-color: #099D8A; }
span { border-color: rgb(9,157,138); }
td.TdClassName
{
border-color: #099D8A;
}
.TagClassName
{
border-color: #099D8A;
}
</style>