Shades of Persian Green #099F93
Tints of Persian Green #099F93
RGB
CMYK
RGB Variations
Color information
#099F93 (or 0x099F93) is known color: Persian Green. HEX triplet: 09, 9F and 93. RGB value is (9,159,147). Sum of RGB (Red+Green+Blue) = 9+159+147=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 159 (62.5% from 255 or 50.48% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 159 - color contains mainly: green. Hex color #099F93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099F93 is #F6606C. Grayscale: #707070. Windows color (decimal): -16146541 or 9674505. OLE color: 9674505.
HSL color Cylindrical-coordinate representation of color #099F93: hue angle of 175.2º 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 #099F93 is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 159 | 147 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.38 |
| HSL | 175.2º | 0.89% | 0.33% | - |
| HSV(B) | 175.2º | 0.94% | 0.62% | - |
| XYZ | 17.78 | 26.96 | 31.87 | - |
| YUV | 112.78 | 147.31 | 53.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 159 | 147 | 0.94 | 0 | 0.08 | 0.38 | 175.2 | 0.89 | 0.33 |
| Hex | 9 | 9F | 93 | 5E | 0 | 8 | 26 | AF | 59 | 21 |
| Octal | 11 | 237 | 223 | 136 | 0 | 10 | 46 | 257 | 131 | 41 |
| Binary | 1001 | 10011111 | 10010011 | 1011110 | 0 | 1000 | 100110 | 10101111 | 1011001 | 100001 |
Color Harmonies of #099F93
Complementary color
Monochromatic Colors of #099F93
Black with #099F93
Text Example
Text Example
White with #099F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099F93; }
p { color: rgb(9,159,147); }
H1.HeaderClassName
{
color: #099F93;
}
.AnyTagClassName
{
color: #099F93;
}
</style>
background-color css
<style>
a { background-color: #099F93; }
a { background-color: rgb(9,159,147); }
div.DivClassName
{
background-color: #099F93;
}
.BgClassName
{
background-color: #099F93;
}
</style>
border-color css
<style>
span { border-color: #099F93; }
span { border-color: rgb(9,159,147); }
td.TdClassName
{
border-color: #099F93;
}
.TagClassName
{
border-color: #099F93;
}
</style>