Shades of Persian Green #09AD88
Tints of Persian Green #09AD88
RGB
CMYK
RGB Variations
Color information
#09AD88 (or 0x09AD88) is known color: Persian Green. HEX triplet: 09, AD and 88. RGB value is (9,173,136). Sum of RGB (Red+Green+Blue) = 9+173+136=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 173 (67.97% from 255 or 54.40% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 173 - color contains mainly: green. Hex color #09AD88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AD88 is #F65277. Grayscale: #777777. Windows color (decimal): -16142968 or 8957193. OLE color: 8957193.
HSL color Cylindrical-coordinate representation of color #09AD88: hue angle of 166.46º 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 #09AD88 is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 173 | 136 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.32 |
| HSL | 166.46º | 0.9% | 0.36% | - |
| HSV(B) | 166.46º | 0.95% | 0.68% | - |
| XYZ | 19.5 | 31.72 | 28.39 | - |
| YUV | 119.75 | 137.17 | 49.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 173 | 136 | 0.95 | 0 | 0.21 | 0.32 | 166.46 | 0.9 | 0.36 |
| Hex | 9 | AD | 88 | 5F | 0 | 15 | 20 | A6 | 5A | 24 |
| Octal | 11 | 255 | 210 | 137 | 0 | 25 | 40 | 246 | 132 | 44 |
| Binary | 1001 | 10101101 | 10001000 | 1011111 | 0 | 10101 | 100000 | 10100110 | 1011010 | 100100 |
Color Harmonies of #09AD88
Complementary color
Monochromatic Colors of #09AD88
Black with #09AD88
Text Example
Text Example
White with #09AD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AD88; }
p { color: rgb(9,173,136); }
H1.HeaderClassName
{
color: #09AD88;
}
.AnyTagClassName
{
color: #09AD88;
}
</style>
background-color css
<style>
a { background-color: #09AD88; }
a { background-color: rgb(9,173,136); }
div.DivClassName
{
background-color: #09AD88;
}
.BgClassName
{
background-color: #09AD88;
}
</style>
border-color css
<style>
span { border-color: #09AD88; }
span { border-color: rgb(9,173,136); }
td.TdClassName
{
border-color: #09AD88;
}
.TagClassName
{
border-color: #09AD88;
}
</style>