Shades of Persian Green #00A395
Tints of Persian Green #00A395
RGB
CMYK
RGB Variations
Color information
#00A395 (or 0x00A395) is known color: Persian Green. HEX triplet: 00, A3 and 95. RGB value is (0,163,149). Sum of RGB (Red+Green+Blue) = 0+163+149=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 163 (64.06% from 255 or 52.24% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 163 - color contains mainly: green. Hex color #00A395 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A395 is #FF5C6A. Grayscale: #707070. Windows color (decimal): -16735339 or 9806592. OLE color: 9806592.
HSL color Cylindrical-coordinate representation of color #00A395: hue angle of 174.85º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A395 is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 163 | 149 | - |
| CMYK | 1 | 0 | 0.09 | 0.36 |
| HSL | 174.85º | 1% | 0.32% | - |
| HSV(B) | 174.85º | 1% | 0.64% | - |
| XYZ | 18.52 | 28.36 | 32.93 | - |
| YUV | 112.67 | 148.5 | 47.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 163 | 149 | 1 | 0 | 0.09 | 0.36 | 174.85 | 1 | 0.32 |
| Hex | 0 | A3 | 95 | 64 | 0 | 9 | 24 | AF | 64 | 20 |
| Octal | 0 | 243 | 225 | 144 | 0 | 11 | 44 | 257 | 144 | 40 |
| Binary | 0 | 10100011 | 10010101 | 1100100 | 0 | 1001 | 100100 | 10101111 | 1100100 | 100000 |
Color Harmonies of #00A395
Complementary color
Monochromatic Colors of #00A395
Black with #00A395
Text Example
Text Example
White with #00A395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A395; }
p { color: rgb(0,163,149); }
H1.HeaderClassName
{
color: #00A395;
}
.AnyTagClassName
{
color: #00A395;
}
</style>
background-color css
<style>
a { background-color: #00A395; }
a { background-color: rgb(0,163,149); }
div.DivClassName
{
background-color: #00A395;
}
.BgClassName
{
background-color: #00A395;
}
</style>
border-color css
<style>
span { border-color: #00A395; }
span { border-color: rgb(0,163,149); }
td.TdClassName
{
border-color: #00A395;
}
.TagClassName
{
border-color: #00A395;
}
</style>