Shades of Persian Green #09A690
Tints of Persian Green #09A690
RGB
CMYK
RGB Variations
Color information
#09A690 (or 0x09A690) is known color: Persian Green. HEX triplet: 09, A6 and 90. RGB value is (9,166,144). Sum of RGB (Red+Green+Blue) = 9+166+144=319 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.82% from 319); Green value is 166 (65.23% from 255 or 52.04% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 166 - color contains mainly: green. Hex color #09A690 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A690 is #F6596F. Grayscale: #747474. Windows color (decimal): -16144752 or 9479689. OLE color: 9479689.
HSL color Cylindrical-coordinate representation of color #09A690: hue angle of 171.59º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A690 is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 9 | 166 | 144 | - |
| CMYK | 0.95 | 0 | 0.13 | 0.35 |
| HSL | 171.59º | 0.9% | 0.34% | - |
| HSV(B) | 171.59º | 0.95% | 0.65% | - |
| XYZ | 18.78 | 29.34 | 31.06 | - |
| YUV | 116.55 | 143.49 | 51.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 166 | 144 | 0.95 | 0 | 0.13 | 0.35 | 171.59 | 0.9 | 0.34 |
| Hex | 9 | A6 | 90 | 5F | 0 | D | 23 | AC | 5A | 22 |
| Octal | 11 | 246 | 220 | 137 | 0 | 15 | 43 | 254 | 132 | 42 |
| Binary | 1001 | 10100110 | 10010000 | 1011111 | 0 | 1101 | 100011 | 10101100 | 1011010 | 100010 |
Color Harmonies of #09A690
Complementary color
Monochromatic Colors of #09A690
Black with #09A690
Text Example
Text Example
White with #09A690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A690; }
p { color: rgb(9,166,144); }
H1.HeaderClassName
{
color: #09A690;
}
.AnyTagClassName
{
color: #09A690;
}
</style>
background-color css
<style>
a { background-color: #09A690; }
a { background-color: rgb(9,166,144); }
div.DivClassName
{
background-color: #09A690;
}
.BgClassName
{
background-color: #09A690;
}
</style>
border-color css
<style>
span { border-color: #09A690; }
span { border-color: rgb(9,166,144); }
td.TdClassName
{
border-color: #09A690;
}
.TagClassName
{
border-color: #09A690;
}
</style>