Shades of Persian Green #099F9F
Tints of Persian Green #099F9F
RGB
CMYK
RGB Variations
Color information
#099F9F (or 0x099F9F) is known color: Persian Green. HEX triplet: 09, 9F and 9F. RGB value is (9,159,159). Sum of RGB (Red+Green+Blue) = 9+159+159=327 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.75% from 327); Green value is 159 (62.5% from 255 or 48.62% from 327); Blue value is 159 (62.5% from 255 or 48.62% from 327); Max value from RGB is 159 - color contains mainly: green, blue. Hex color #099F9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099F9F is #F66060. Grayscale: #717171. Windows color (decimal): -16146529 or 10460937. OLE color: 10460937.
HSL color Cylindrical-coordinate representation of color #099F9F: hue angle of 180º 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 #099F9F is Cyan = 0.94, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 159 | 159 | - |
| CMYK | 0.94 | 0 | 0 | 0.38 |
| HSL | 180º | 0.89% | 0.33% | - |
| HSV(B) | 180º | 0.94% | 0.62% | - |
| XYZ | 18.77 | 27.36 | 37.09 | - |
| YUV | 114.15 | 153.31 | 53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 159 | 159 | 0.94 | 0 | 0 | 0.38 | 180 | 0.89 | 0.33 |
| Hex | 9 | 9F | 9F | 5E | 0 | 0 | 26 | B4 | 59 | 21 |
| Octal | 11 | 237 | 237 | 136 | 0 | 0 | 46 | 264 | 131 | 41 |
| Binary | 1001 | 10011111 | 10011111 | 1011110 | 0 | 0 | 100110 | 10110100 | 1011001 | 100001 |
Color Harmonies of #099F9F
Complementary color
Monochromatic Colors of #099F9F
Black with #099F9F
Text Example
Text Example
White with #099F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099F9F; }
p { color: rgb(9,159,159); }
H1.HeaderClassName
{
color: #099F9F;
}
.AnyTagClassName
{
color: #099F9F;
}
</style>
background-color css
<style>
a { background-color: #099F9F; }
a { background-color: rgb(9,159,159); }
div.DivClassName
{
background-color: #099F9F;
}
.BgClassName
{
background-color: #099F9F;
}
</style>
border-color css
<style>
span { border-color: #099F9F; }
span { border-color: rgb(9,159,159); }
td.TdClassName
{
border-color: #099F9F;
}
.TagClassName
{
border-color: #099F9F;
}
</style>