Shades of Persian Green #09AA93
Tints of Persian Green #09AA93
RGB
CMYK
RGB Variations
Color information
#09AA93 (or 0x09AA93) is known color: Persian Green. HEX triplet: 09, AA and 93. RGB value is (9,170,147). Sum of RGB (Red+Green+Blue) = 9+170+147=326 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.76% from 326); Green value is 170 (66.80% from 255 or 52.15% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 170 - color contains mainly: green. Hex color #09AA93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AA93 is #F6556C. Grayscale: #777777. Windows color (decimal): -16143725 or 9677321. OLE color: 9677321.
HSL color Cylindrical-coordinate representation of color #09AA93: hue angle of 171.43º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AA93 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 170 | 147 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.33 |
| HSL | 171.43º | 0.9% | 0.35% | - |
| HSV(B) | 171.43º | 0.95% | 0.67% | - |
| XYZ | 19.75 | 30.91 | 32.53 | - |
| YUV | 119.24 | 143.66 | 49.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 170 | 147 | 0.95 | 0 | 0.14 | 0.33 | 171.43 | 0.9 | 0.35 |
| Hex | 9 | AA | 93 | 5F | 0 | E | 21 | AB | 5A | 23 |
| Octal | 11 | 252 | 223 | 137 | 0 | 16 | 41 | 253 | 132 | 43 |
| Binary | 1001 | 10101010 | 10010011 | 1011111 | 0 | 1110 | 100001 | 10101011 | 1011010 | 100011 |
Color Harmonies of #09AA93
Complementary color
Monochromatic Colors of #09AA93
Black with #09AA93
Text Example
Text Example
White with #09AA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AA93; }
p { color: rgb(9,170,147); }
H1.HeaderClassName
{
color: #09AA93;
}
.AnyTagClassName
{
color: #09AA93;
}
</style>
background-color css
<style>
a { background-color: #09AA93; }
a { background-color: rgb(9,170,147); }
div.DivClassName
{
background-color: #09AA93;
}
.BgClassName
{
background-color: #09AA93;
}
</style>
border-color css
<style>
span { border-color: #09AA93; }
span { border-color: rgb(9,170,147); }
td.TdClassName
{
border-color: #09AA93;
}
.TagClassName
{
border-color: #09AA93;
}
</style>