Shades of Persian Green #09A392
Tints of Persian Green #09A392
RGB
CMYK
RGB Variations
Color information
#09A392 (or 0x09A392) is known color: Persian Green. HEX triplet: 09, A3 and 92. RGB value is (9,163,146). Sum of RGB (Red+Green+Blue) = 9+163+146=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 163 (64.06% from 255 or 51.26% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 163 - color contains mainly: green. Hex color #09A392 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A392 is #F65C6D. Grayscale: #727272. Windows color (decimal): -16145518 or 9609993. OLE color: 9609993.
HSL color Cylindrical-coordinate representation of color #09A392: hue angle of 173.38º degrees, saturation: 0.9, 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 #09A392 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 9 | 163 | 146 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.36 |
| HSL | 173.38º | 0.9% | 0.34% | - |
| HSV(B) | 173.38º | 0.94% | 0.64% | - |
| XYZ | 18.4 | 28.33 | 31.69 | - |
| YUV | 115.02 | 145.48 | 52.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 163 | 146 | 0.94 | 0 | 0.10 | 0.36 | 173.38 | 0.9 | 0.34 |
| Hex | 9 | A3 | 92 | 5E | 0 | A | 24 | AD | 5A | 22 |
| Octal | 11 | 243 | 222 | 136 | 0 | 12 | 44 | 255 | 132 | 42 |
| Binary | 1001 | 10100011 | 10010010 | 1011110 | 0 | 1010 | 100100 | 10101101 | 1011010 | 100010 |
Color Harmonies of #09A392
Complementary color
Monochromatic Colors of #09A392
Black with #09A392
Text Example
Text Example
White with #09A392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A392; }
p { color: rgb(9,163,146); }
H1.HeaderClassName
{
color: #09A392;
}
.AnyTagClassName
{
color: #09A392;
}
</style>
background-color css
<style>
a { background-color: #09A392; }
a { background-color: rgb(9,163,146); }
div.DivClassName
{
background-color: #09A392;
}
.BgClassName
{
background-color: #09A392;
}
</style>
border-color css
<style>
span { border-color: #09A392; }
span { border-color: rgb(9,163,146); }
td.TdClassName
{
border-color: #09A392;
}
.TagClassName
{
border-color: #09A392;
}
</style>