Shades of Persian Green #09AD9C
Tints of Persian Green #09AD9C
RGB
CMYK
RGB Variations
Color information
#09AD9C (or 0x09AD9C) is known color: Persian Green. HEX triplet: 09, AD and 9C. RGB value is (9,173,156). Sum of RGB (Red+Green+Blue) = 9+173+156=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 173 (67.97% from 255 or 51.18% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 173 - color contains mainly: green. Hex color #09AD9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AD9C is #F65263. Grayscale: #797979. Windows color (decimal): -16142948 or 10267913. OLE color: 10267913.
HSL color Cylindrical-coordinate representation of color #09AD9C: hue angle of 173.78º 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 #09AD9C is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 173 | 156 | - |
| CMYK | 0.95 | 0 | 0.10 | 0.32 |
| HSL | 173.78º | 0.9% | 0.36% | - |
| HSV(B) | 173.78º | 0.95% | 0.68% | - |
| XYZ | 21.06 | 32.35 | 36.59 | - |
| YUV | 122.03 | 147.17 | 47.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 173 | 156 | 0.95 | 0 | 0.10 | 0.32 | 173.78 | 0.9 | 0.36 |
| Hex | 9 | AD | 9C | 5F | 0 | A | 20 | AE | 5A | 24 |
| Octal | 11 | 255 | 234 | 137 | 0 | 12 | 40 | 256 | 132 | 44 |
| Binary | 1001 | 10101101 | 10011100 | 1011111 | 0 | 1010 | 100000 | 10101110 | 1011010 | 100100 |
Color Harmonies of #09AD9C
Complementary color
Monochromatic Colors of #09AD9C
Black with #09AD9C
Text Example
Text Example
White with #09AD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AD9C; }
p { color: rgb(9,173,156); }
H1.HeaderClassName
{
color: #09AD9C;
}
.AnyTagClassName
{
color: #09AD9C;
}
</style>
background-color css
<style>
a { background-color: #09AD9C; }
a { background-color: rgb(9,173,156); }
div.DivClassName
{
background-color: #09AD9C;
}
.BgClassName
{
background-color: #09AD9C;
}
</style>
border-color css
<style>
span { border-color: #09AD9C; }
span { border-color: rgb(9,173,156); }
td.TdClassName
{
border-color: #09AD9C;
}
.TagClassName
{
border-color: #09AD9C;
}
</style>