Shades of Persian Green #00A19A
Tints of Persian Green #00A19A
RGB
CMYK
RGB Variations
Color information
#00A19A (or 0x00A19A) is known color: Persian Green. HEX triplet: 00, A1 and 9A. RGB value is (0,161,154). Sum of RGB (Red+Green+Blue) = 0+161+154=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 161 (63.28% from 255 or 51.11% from 315); Blue value is 154 (60.55% from 255 or 48.89% from 315); Max value from RGB is 161 - color contains mainly: green. Hex color #00A19A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A19A is #FF5E65. Grayscale: #6F6F6F. Windows color (decimal): -16735846 or 10133760. OLE color: 10133760.
HSL color Cylindrical-coordinate representation of color #00A19A: hue angle of 177.39º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A19A is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 161 | 154 | - |
| CMYK | 1 | 0 | 0.04 | 0.37 |
| HSL | 177.39º | 1% | 0.32% | - |
| HSV(B) | 177.39º | 1% | 0.63% | - |
| XYZ | 18.58 | 27.82 | 34.96 | - |
| YUV | 112.06 | 151.66 | 48.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 161 | 154 | 1 | 0 | 0.04 | 0.37 | 177.39 | 1 | 0.32 |
| Hex | 0 | A1 | 9A | 64 | 0 | 4 | 25 | B1 | 64 | 20 |
| Octal | 0 | 241 | 232 | 144 | 0 | 4 | 45 | 261 | 144 | 40 |
| Binary | 0 | 10100001 | 10011010 | 1100100 | 0 | 100 | 100101 | 10110001 | 1100100 | 100000 |
Color Harmonies of #00A19A
Complementary color
Monochromatic Colors of #00A19A
Black with #00A19A
Text Example
Text Example
White with #00A19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A19A; }
p { color: rgb(0,161,154); }
H1.HeaderClassName
{
color: #00A19A;
}
.AnyTagClassName
{
color: #00A19A;
}
</style>
background-color css
<style>
a { background-color: #00A19A; }
a { background-color: rgb(0,161,154); }
div.DivClassName
{
background-color: #00A19A;
}
.BgClassName
{
background-color: #00A19A;
}
</style>
border-color css
<style>
span { border-color: #00A19A; }
span { border-color: rgb(0,161,154); }
td.TdClassName
{
border-color: #00A19A;
}
.TagClassName
{
border-color: #00A19A;
}
</style>