Shades of Persian Green #09AD8A
Tints of Persian Green #09AD8A
RGB
CMYK
RGB Variations
Color information
#09AD8A (or 0x09AD8A) is known color: Persian Green. HEX triplet: 09, AD and 8A. RGB value is (9,173,138). Sum of RGB (Red+Green+Blue) = 9+173+138=320 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.81% from 320); Green value is 173 (67.97% from 255 or 54.06% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 173 - color contains mainly: green. Hex color #09AD8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AD8A is #F65275. Grayscale: #777777. Windows color (decimal): -16142966 or 9088265. OLE color: 9088265.
HSL color Cylindrical-coordinate representation of color #09AD8A: hue angle of 167.2º 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 #09AD8A is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 173 | 138 | - |
| CMYK | 0.95 | 0 | 0.20 | 0.32 |
| HSL | 167.2º | 0.9% | 0.36% | - |
| HSV(B) | 167.2º | 0.95% | 0.68% | - |
| XYZ | 19.64 | 31.78 | 29.14 | - |
| YUV | 119.97 | 138.17 | 48.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 173 | 138 | 0.95 | 0 | 0.20 | 0.32 | 167.2 | 0.9 | 0.36 |
| Hex | 9 | AD | 8A | 5F | 0 | 14 | 20 | A7 | 5A | 24 |
| Octal | 11 | 255 | 212 | 137 | 0 | 24 | 40 | 247 | 132 | 44 |
| Binary | 1001 | 10101101 | 10001010 | 1011111 | 0 | 10100 | 100000 | 10100111 | 1011010 | 100100 |
Color Harmonies of #09AD8A
Complementary color
Monochromatic Colors of #09AD8A
Black with #09AD8A
Text Example
Text Example
White with #09AD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AD8A; }
p { color: rgb(9,173,138); }
H1.HeaderClassName
{
color: #09AD8A;
}
.AnyTagClassName
{
color: #09AD8A;
}
</style>
background-color css
<style>
a { background-color: #09AD8A; }
a { background-color: rgb(9,173,138); }
div.DivClassName
{
background-color: #09AD8A;
}
.BgClassName
{
background-color: #09AD8A;
}
</style>
border-color css
<style>
span { border-color: #09AD8A; }
span { border-color: rgb(9,173,138); }
td.TdClassName
{
border-color: #09AD8A;
}
.TagClassName
{
border-color: #09AD8A;
}
</style>