Shades of Persian Green #09A296
Tints of Persian Green #09A296
RGB
CMYK
RGB Variations
Color information
#09A296 (or 0x09A296) is known color: Persian Green. HEX triplet: 09, A2 and 96. RGB value is (9,162,150). Sum of RGB (Red+Green+Blue) = 9+162+150=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 162 (63.67% from 255 or 50.47% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 162 - color contains mainly: green. Hex color #09A296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A296 is #F65D69. Grayscale: #727272. Windows color (decimal): -16145770 or 9871881. OLE color: 9871881.
HSL color Cylindrical-coordinate representation of color #09A296: hue angle of 175.29º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09A296 is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 9 | 162 | 150 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.36 |
| HSL | 175.29º | 0.89% | 0.34% | - |
| HSV(B) | 175.29º | 0.94% | 0.64% | - |
| XYZ | 18.54 | 28.1 | 33.3 | - |
| YUV | 114.89 | 147.81 | 52.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 162 | 150 | 0.94 | 0 | 0.07 | 0.36 | 175.29 | 0.89 | 0.34 |
| Hex | 9 | A2 | 96 | 5E | 0 | 7 | 24 | AF | 59 | 22 |
| Octal | 11 | 242 | 226 | 136 | 0 | 7 | 44 | 257 | 131 | 42 |
| Binary | 1001 | 10100010 | 10010110 | 1011110 | 0 | 111 | 100100 | 10101111 | 1011001 | 100010 |
Color Harmonies of #09A296
Complementary color
Monochromatic Colors of #09A296
Black with #09A296
Text Example
Text Example
White with #09A296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A296; }
p { color: rgb(9,162,150); }
H1.HeaderClassName
{
color: #09A296;
}
.AnyTagClassName
{
color: #09A296;
}
</style>
background-color css
<style>
a { background-color: #09A296; }
a { background-color: rgb(9,162,150); }
div.DivClassName
{
background-color: #09A296;
}
.BgClassName
{
background-color: #09A296;
}
</style>
border-color css
<style>
span { border-color: #09A296; }
span { border-color: rgb(9,162,150); }
td.TdClassName
{
border-color: #09A296;
}
.TagClassName
{
border-color: #09A296;
}
</style>