Shades of Persian Green #09ADA2
Tints of Persian Green #09ADA2
RGB
CMYK
RGB Variations
Color information
#09ADA2 (or 0x09ADA2) is known color: Persian Green. HEX triplet: 09, AD and A2. RGB value is (9,173,162). Sum of RGB (Red+Green+Blue) = 9+173+162=344 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 344); Green value is 173 (67.97% from 255 or 50.29% from 344); Blue value is 162 (63.67% from 255 or 47.09% from 344); Max value from RGB is 173 - color contains mainly: green. Hex color #09ADA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09ADA2 is #F6525D. Grayscale: #7A7A7A. Windows color (decimal): -16142942 or 10661129. OLE color: 10661129.
HSL color Cylindrical-coordinate representation of color #09ADA2: hue angle of 175.98º 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 #09ADA2 is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 173 | 162 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.32 |
| HSL | 175.98º | 0.9% | 0.36% | - |
| HSV(B) | 175.98º | 0.95% | 0.68% | - |
| XYZ | 21.58 | 32.55 | 39.33 | - |
| YUV | 122.71 | 150.17 | 46.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 173 | 162 | 0.95 | 0 | 0.06 | 0.32 | 175.98 | 0.9 | 0.36 |
| Hex | 9 | AD | A2 | 5F | 0 | 6 | 20 | B0 | 5A | 24 |
| Octal | 11 | 255 | 242 | 137 | 0 | 6 | 40 | 260 | 132 | 44 |
| Binary | 1001 | 10101101 | 10100010 | 1011111 | 0 | 110 | 100000 | 10110000 | 1011010 | 100100 |
Color Harmonies of #09ADA2
Complementary color
Monochromatic Colors of #09ADA2
Black with #09ADA2
Text Example
Text Example
White with #09ADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ADA2; }
p { color: rgb(9,173,162); }
H1.HeaderClassName
{
color: #09ADA2;
}
.AnyTagClassName
{
color: #09ADA2;
}
</style>
background-color css
<style>
a { background-color: #09ADA2; }
a { background-color: rgb(9,173,162); }
div.DivClassName
{
background-color: #09ADA2;
}
.BgClassName
{
background-color: #09ADA2;
}
</style>
border-color css
<style>
span { border-color: #09ADA2; }
span { border-color: rgb(9,173,162); }
td.TdClassName
{
border-color: #09ADA2;
}
.TagClassName
{
border-color: #09ADA2;
}
</style>