Shades of Persian Green #09ADA1
Tints of Persian Green #09ADA1
RGB
CMYK
RGB Variations
Color information
#09ADA1 (or 0x09ADA1) is known color: Persian Green. HEX triplet: 09, AD and A1. RGB value is (9,173,161). Sum of RGB (Red+Green+Blue) = 9+173+161=343 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 343); Green value is 173 (67.97% from 255 or 50.44% from 343); Blue value is 161 (63.28% from 255 or 46.94% from 343); Max value from RGB is 173 - color contains mainly: green. Hex color #09ADA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09ADA1 is #F6525E. Grayscale: #7A7A7A. Windows color (decimal): -16142943 or 10595593. OLE color: 10595593.
HSL color Cylindrical-coordinate representation of color #09ADA1: hue angle of 175.61º 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 #09ADA1 is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 173 | 161 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.32 |
| HSL | 175.61º | 0.9% | 0.36% | - |
| HSV(B) | 175.61º | 0.95% | 0.68% | - |
| XYZ | 21.49 | 32.52 | 38.86 | - |
| YUV | 122.6 | 149.67 | 46.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 173 | 161 | 0.95 | 0 | 0.07 | 0.32 | 175.61 | 0.9 | 0.36 |
| Hex | 9 | AD | A1 | 5F | 0 | 7 | 20 | B0 | 5A | 24 |
| Octal | 11 | 255 | 241 | 137 | 0 | 7 | 40 | 260 | 132 | 44 |
| Binary | 1001 | 10101101 | 10100001 | 1011111 | 0 | 111 | 100000 | 10110000 | 1011010 | 100100 |
Color Harmonies of #09ADA1
Complementary color
Monochromatic Colors of #09ADA1
Black with #09ADA1
Text Example
Text Example
White with #09ADA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ADA1; }
p { color: rgb(9,173,161); }
H1.HeaderClassName
{
color: #09ADA1;
}
.AnyTagClassName
{
color: #09ADA1;
}
</style>
background-color css
<style>
a { background-color: #09ADA1; }
a { background-color: rgb(9,173,161); }
div.DivClassName
{
background-color: #09ADA1;
}
.BgClassName
{
background-color: #09ADA1;
}
</style>
border-color css
<style>
span { border-color: #09ADA1; }
span { border-color: rgb(9,173,161); }
td.TdClassName
{
border-color: #09ADA1;
}
.TagClassName
{
border-color: #09ADA1;
}
</style>