Shades of Persian Green #09AE9A
Tints of Persian Green #09AE9A
RGB
CMYK
RGB Variations
Color information
#09AE9A (or 0x09AE9A) is known color: Persian Green. HEX triplet: 09, AE and 9A. RGB value is (9,174,154). Sum of RGB (Red+Green+Blue) = 9+174+154=337 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.67% from 337); Green value is 174 (68.36% from 255 or 51.63% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 174 - color contains mainly: green. Hex color #09AE9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AE9A is #F65165. Grayscale: #7A7A7A. Windows color (decimal): -16142694 or 10137097. OLE color: 10137097.
HSL color Cylindrical-coordinate representation of color #09AE9A: hue angle of 172.73º 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 #09AE9A is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 174 | 154 | - |
| CMYK | 0.95 | 0 | 0.11 | 0.32 |
| HSL | 172.73º | 0.9% | 0.36% | - |
| HSV(B) | 172.73º | 0.95% | 0.68% | - |
| XYZ | 21.08 | 32.66 | 35.77 | - |
| YUV | 122.39 | 145.84 | 47.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 174 | 154 | 0.95 | 0 | 0.11 | 0.32 | 172.73 | 0.9 | 0.36 |
| Hex | 9 | AE | 9A | 5F | 0 | B | 20 | AD | 5A | 24 |
| Octal | 11 | 256 | 232 | 137 | 0 | 13 | 40 | 255 | 132 | 44 |
| Binary | 1001 | 10101110 | 10011010 | 1011111 | 0 | 1011 | 100000 | 10101101 | 1011010 | 100100 |
Color Harmonies of #09AE9A
Complementary color
Monochromatic Colors of #09AE9A
Black with #09AE9A
Text Example
Text Example
White with #09AE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AE9A; }
p { color: rgb(9,174,154); }
H1.HeaderClassName
{
color: #09AE9A;
}
.AnyTagClassName
{
color: #09AE9A;
}
</style>
background-color css
<style>
a { background-color: #09AE9A; }
a { background-color: rgb(9,174,154); }
div.DivClassName
{
background-color: #09AE9A;
}
.BgClassName
{
background-color: #09AE9A;
}
</style>
border-color css
<style>
span { border-color: #09AE9A; }
span { border-color: rgb(9,174,154); }
td.TdClassName
{
border-color: #09AE9A;
}
.TagClassName
{
border-color: #09AE9A;
}
</style>