Shades of Persian Green #09A19A
Tints of Persian Green #09A19A
RGB
CMYK
RGB Variations
Color information
#09A19A (or 0x09A19A) is known color: Persian Green. HEX triplet: 09, A1 and 9A. RGB value is (9,161,154). Sum of RGB (Red+Green+Blue) = 9+161+154=324 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.78% from 324); Green value is 161 (63.28% from 255 or 49.69% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 161 - color contains mainly: green. Hex color #09A19A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A19A is #F65E65. Grayscale: #727272. Windows color (decimal): -16146022 or 10133769. OLE color: 10133769.
HSL color Cylindrical-coordinate representation of color #09A19A: hue angle of 177.24º 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 #09A19A is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 9 | 161 | 154 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.37 |
| HSL | 177.24º | 0.89% | 0.33% | - |
| HSV(B) | 177.24º | 0.94% | 0.63% | - |
| XYZ | 18.69 | 27.88 | 34.97 | - |
| YUV | 114.75 | 150.14 | 52.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 161 | 154 | 0.94 | 0 | 0.04 | 0.37 | 177.24 | 0.89 | 0.33 |
| Hex | 9 | A1 | 9A | 5E | 0 | 4 | 25 | B1 | 59 | 21 |
| Octal | 11 | 241 | 232 | 136 | 0 | 4 | 45 | 261 | 131 | 41 |
| Binary | 1001 | 10100001 | 10011010 | 1011110 | 0 | 100 | 100101 | 10110001 | 1011001 | 100001 |
Color Harmonies of #09A19A
Complementary color
Monochromatic Colors of #09A19A
Black with #09A19A
Text Example
Text Example
White with #09A19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A19A; }
p { color: rgb(9,161,154); }
H1.HeaderClassName
{
color: #09A19A;
}
.AnyTagClassName
{
color: #09A19A;
}
</style>
background-color css
<style>
a { background-color: #09A19A; }
a { background-color: rgb(9,161,154); }
div.DivClassName
{
background-color: #09A19A;
}
.BgClassName
{
background-color: #09A19A;
}
</style>
border-color css
<style>
span { border-color: #09A19A; }
span { border-color: rgb(9,161,154); }
td.TdClassName
{
border-color: #09A19A;
}
.TagClassName
{
border-color: #09A19A;
}
</style>