Shades of Persian Green #09AEA0
Tints of Persian Green #09AEA0
RGB
CMYK
RGB Variations
Color information
#09AEA0 (or 0x09AEA0) is known color: Persian Green. HEX triplet: 09, AE and A0. RGB value is (9,174,160). Sum of RGB (Red+Green+Blue) = 9+174+160=343 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 343); Green value is 174 (68.36% from 255 or 50.73% from 343); Blue value is 160 (62.89% from 255 or 46.65% from 343); Max value from RGB is 174 - color contains mainly: green. Hex color #09AEA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AEA0 is #F6515F. Grayscale: #7A7A7A. Windows color (decimal): -16142688 or 10530313. OLE color: 10530313.
HSL color Cylindrical-coordinate representation of color #09AEA0: hue angle of 174.91º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AEA0 is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 174 | 160 | - |
| CMYK | 0.95 | 0 | 0.08 | 0.32 |
| HSL | 174.91º | 0.9% | 0.36% | - |
| HSV(B) | 174.91º | 0.95% | 0.68% | - |
| XYZ | 21.59 | 32.87 | 38.46 | - |
| YUV | 123.07 | 148.84 | 46.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 174 | 160 | 0.95 | 0 | 0.08 | 0.32 | 174.91 | 0.9 | 0.36 |
| Hex | 9 | AE | A0 | 5F | 0 | 8 | 20 | AF | 5A | 24 |
| Octal | 11 | 256 | 240 | 137 | 0 | 10 | 40 | 257 | 132 | 44 |
| Binary | 1001 | 10101110 | 10100000 | 1011111 | 0 | 1000 | 100000 | 10101111 | 1011010 | 100100 |
Color Harmonies of #09AEA0
Complementary color
Monochromatic Colors of #09AEA0
Black with #09AEA0
Text Example
Text Example
White with #09AEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AEA0; }
p { color: rgb(9,174,160); }
H1.HeaderClassName
{
color: #09AEA0;
}
.AnyTagClassName
{
color: #09AEA0;
}
</style>
background-color css
<style>
a { background-color: #09AEA0; }
a { background-color: rgb(9,174,160); }
div.DivClassName
{
background-color: #09AEA0;
}
.BgClassName
{
background-color: #09AEA0;
}
</style>
border-color css
<style>
span { border-color: #09AEA0; }
span { border-color: rgb(9,174,160); }
td.TdClassName
{
border-color: #09AEA0;
}
.TagClassName
{
border-color: #09AEA0;
}
</style>