Shades of Persian Green #09AAA5
Tints of Persian Green #09AAA5
RGB
CMYK
RGB Variations
Color information
#09AAA5 (or 0x09AAA5) is known color: Persian Green. HEX triplet: 09, AA and A5. RGB value is (9,170,165). Sum of RGB (Red+Green+Blue) = 9+170+165=344 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 344); Green value is 170 (66.80% from 255 or 49.42% from 344); Blue value is 165 (64.84% from 255 or 47.97% from 344); Max value from RGB is 170 - color contains mainly: green. Hex color #09AAA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AAA5 is #F6555A. Grayscale: #797979. Windows color (decimal): -16143707 or 10856969. OLE color: 10856969.
HSL color Cylindrical-coordinate representation of color #09AAA5: hue angle of 178.14º 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 #09AAA5 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 170 | 165 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.33 |
| HSL | 178.14º | 0.9% | 0.35% | - |
| HSV(B) | 178.14º | 0.95% | 0.67% | - |
| XYZ | 21.28 | 31.52 | 40.56 | - |
| YUV | 121.29 | 152.66 | 47.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 170 | 165 | 0.95 | 0 | 0.03 | 0.33 | 178.14 | 0.9 | 0.35 |
| Hex | 9 | AA | A5 | 5F | 0 | 3 | 21 | B2 | 5A | 23 |
| Octal | 11 | 252 | 245 | 137 | 0 | 3 | 41 | 262 | 132 | 43 |
| Binary | 1001 | 10101010 | 10100101 | 1011111 | 0 | 11 | 100001 | 10110010 | 1011010 | 100011 |
Color Harmonies of #09AAA5
Complementary color
Monochromatic Colors of #09AAA5
Black with #09AAA5
Text Example
Text Example
White with #09AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AAA5; }
p { color: rgb(9,170,165); }
H1.HeaderClassName
{
color: #09AAA5;
}
.AnyTagClassName
{
color: #09AAA5;
}
</style>
background-color css
<style>
a { background-color: #09AAA5; }
a { background-color: rgb(9,170,165); }
div.DivClassName
{
background-color: #09AAA5;
}
.BgClassName
{
background-color: #09AAA5;
}
</style>
border-color css
<style>
span { border-color: #09AAA5; }
span { border-color: rgb(9,170,165); }
td.TdClassName
{
border-color: #09AAA5;
}
.TagClassName
{
border-color: #09AAA5;
}
</style>