Shades of Persian Green #09AD9E
Tints of Persian Green #09AD9E
RGB
CMYK
RGB Variations
Color information
#09AD9E (or 0x09AD9E) is known color: Persian Green. HEX triplet: 09, AD and 9E. RGB value is (9,173,158). Sum of RGB (Red+Green+Blue) = 9+173+158=340 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 340); Green value is 173 (67.97% from 255 or 50.88% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 173 - color contains mainly: green. Hex color #09AD9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AD9E is #F65261. Grayscale: #7A7A7A. Windows color (decimal): -16142946 or 10398985. OLE color: 10398985.
HSL color Cylindrical-coordinate representation of color #09AD9E: hue angle of 174.51º 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 #09AD9E is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 173 | 158 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.32 |
| HSL | 174.51º | 0.9% | 0.36% | - |
| HSV(B) | 174.51º | 0.95% | 0.68% | - |
| XYZ | 21.23 | 32.41 | 37.49 | - |
| YUV | 122.25 | 148.17 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 173 | 158 | 0.95 | 0 | 0.09 | 0.32 | 174.51 | 0.9 | 0.36 |
| Hex | 9 | AD | 9E | 5F | 0 | 9 | 20 | AF | 5A | 24 |
| Octal | 11 | 255 | 236 | 137 | 0 | 11 | 40 | 257 | 132 | 44 |
| Binary | 1001 | 10101101 | 10011110 | 1011111 | 0 | 1001 | 100000 | 10101111 | 1011010 | 100100 |
Color Harmonies of #09AD9E
Complementary color
Monochromatic Colors of #09AD9E
Black with #09AD9E
Text Example
Text Example
White with #09AD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AD9E; }
p { color: rgb(9,173,158); }
H1.HeaderClassName
{
color: #09AD9E;
}
.AnyTagClassName
{
color: #09AD9E;
}
</style>
background-color css
<style>
a { background-color: #09AD9E; }
a { background-color: rgb(9,173,158); }
div.DivClassName
{
background-color: #09AD9E;
}
.BgClassName
{
background-color: #09AD9E;
}
</style>
border-color css
<style>
span { border-color: #09AD9E; }
span { border-color: rgb(9,173,158); }
td.TdClassName
{
border-color: #09AD9E;
}
.TagClassName
{
border-color: #09AD9E;
}
</style>