Shades of Persian Green #099995
Tints of Persian Green #099995
RGB
CMYK
RGB Variations
Color information
#099995 (or 0x099995) is known color: Persian Green. HEX triplet: 09, 99 and 95. RGB value is (9,153,149). Sum of RGB (Red+Green+Blue) = 9+153+149=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #099995 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099995 is #F6666A. Grayscale: #6D6D6D. Windows color (decimal): -16148075 or 9804041. OLE color: 9804041.
HSL color Cylindrical-coordinate representation of color #099995: hue angle of 178.33º 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 #099995 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 9 | 153 | 149 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.4 |
| HSL | 178.33º | 0.89% | 0.32% | - |
| HSV(B) | 178.33º | 0.94% | 0.6% | - |
| XYZ | 16.93 | 25.01 | 32.37 | - |
| YUV | 109.49 | 150.29 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 153 | 149 | 0.94 | 0 | 0.03 | 0.4 | 178.33 | 0.89 | 0.32 |
| Hex | 9 | 99 | 95 | 5E | 0 | 3 | 28 | B2 | 59 | 20 |
| Octal | 11 | 231 | 225 | 136 | 0 | 3 | 50 | 262 | 131 | 40 |
| Binary | 1001 | 10011001 | 10010101 | 1011110 | 0 | 11 | 101000 | 10110010 | 1011001 | 100000 |
Color Harmonies of #099995
Complementary color
Monochromatic Colors of #099995
Black with #099995
Text Example
Text Example
White with #099995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099995; }
p { color: rgb(9,153,149); }
H1.HeaderClassName
{
color: #099995;
}
.AnyTagClassName
{
color: #099995;
}
</style>
background-color css
<style>
a { background-color: #099995; }
a { background-color: rgb(9,153,149); }
div.DivClassName
{
background-color: #099995;
}
.BgClassName
{
background-color: #099995;
}
</style>
border-color css
<style>
span { border-color: #099995; }
span { border-color: rgb(9,153,149); }
td.TdClassName
{
border-color: #099995;
}
.TagClassName
{
border-color: #099995;
}
</style>