Shades of Persian Green #09A19D
Tints of Persian Green #09A19D
RGB
CMYK
RGB Variations
Color information
#09A19D (or 0x09A19D) is known color: Persian Green. HEX triplet: 09, A1 and 9D. RGB value is (9,161,157). Sum of RGB (Red+Green+Blue) = 9+161+157=327 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.75% from 327); Green value is 161 (63.28% from 255 or 49.24% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 161 - color contains mainly: green. Hex color #09A19D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A19D is #F65E62. Grayscale: #727272. Windows color (decimal): -16146019 or 10330377. OLE color: 10330377.
HSL color Cylindrical-coordinate representation of color #09A19D: hue angle of 178.42º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09A19D is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 161 | 157 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.37 |
| HSL | 178.42º | 0.89% | 0.33% | - |
| HSV(B) | 178.42º | 0.94% | 0.63% | - |
| XYZ | 18.94 | 27.98 | 36.3 | - |
| YUV | 115.1 | 151.64 | 52.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 161 | 157 | 0.94 | 0 | 0.02 | 0.37 | 178.42 | 0.89 | 0.33 |
| Hex | 9 | A1 | 9D | 5E | 0 | 2 | 25 | B2 | 59 | 21 |
| Octal | 11 | 241 | 235 | 136 | 0 | 2 | 45 | 262 | 131 | 41 |
| Binary | 1001 | 10100001 | 10011101 | 1011110 | 0 | 10 | 100101 | 10110010 | 1011001 | 100001 |
Color Harmonies of #09A19D
Complementary color
Monochromatic Colors of #09A19D
Black with #09A19D
Text Example
Text Example
White with #09A19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A19D; }
p { color: rgb(9,161,157); }
H1.HeaderClassName
{
color: #09A19D;
}
.AnyTagClassName
{
color: #09A19D;
}
</style>
background-color css
<style>
a { background-color: #09A19D; }
a { background-color: rgb(9,161,157); }
div.DivClassName
{
background-color: #09A19D;
}
.BgClassName
{
background-color: #09A19D;
}
</style>
border-color css
<style>
span { border-color: #09A19D; }
span { border-color: rgb(9,161,157); }
td.TdClassName
{
border-color: #09A19D;
}
.TagClassName
{
border-color: #09A19D;
}
</style>