Shades of Persian Green #09ADA5
Tints of Persian Green #09ADA5
RGB
CMYK
RGB Variations
Color information
#09ADA5 (or 0x09ADA5) is known color: Persian Green. HEX triplet: 09, AD and A5. RGB value is (9,173,165). Sum of RGB (Red+Green+Blue) = 9+173+165=347 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 347); Green value is 173 (67.97% from 255 or 49.86% from 347); Blue value is 165 (64.84% from 255 or 47.55% from 347); Max value from RGB is 173 - color contains mainly: green. Hex color #09ADA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09ADA5 is #F6525A. Grayscale: #7A7A7A. Windows color (decimal): -16142939 or 10857737. OLE color: 10857737.
HSL color Cylindrical-coordinate representation of color #09ADA5: hue angle of 177.07º 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 #09ADA5 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 173 | 165 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.32 |
| HSL | 177.07º | 0.9% | 0.36% | - |
| HSV(B) | 177.07º | 0.95% | 0.68% | - |
| XYZ | 21.85 | 32.66 | 40.75 | - |
| YUV | 123.05 | 151.67 | 46.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 173 | 165 | 0.95 | 0 | 0.05 | 0.32 | 177.07 | 0.9 | 0.36 |
| Hex | 9 | AD | A5 | 5F | 0 | 5 | 20 | B1 | 5A | 24 |
| Octal | 11 | 255 | 245 | 137 | 0 | 5 | 40 | 261 | 132 | 44 |
| Binary | 1001 | 10101101 | 10100101 | 1011111 | 0 | 101 | 100000 | 10110001 | 1011010 | 100100 |
Color Harmonies of #09ADA5
Complementary color
Monochromatic Colors of #09ADA5
Black with #09ADA5
Text Example
Text Example
White with #09ADA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ADA5; }
p { color: rgb(9,173,165); }
H1.HeaderClassName
{
color: #09ADA5;
}
.AnyTagClassName
{
color: #09ADA5;
}
</style>
background-color css
<style>
a { background-color: #09ADA5; }
a { background-color: rgb(9,173,165); }
div.DivClassName
{
background-color: #09ADA5;
}
.BgClassName
{
background-color: #09ADA5;
}
</style>
border-color css
<style>
span { border-color: #09ADA5; }
span { border-color: rgb(9,173,165); }
td.TdClassName
{
border-color: #09ADA5;
}
.TagClassName
{
border-color: #09ADA5;
}
</style>