Shades of Persian Green #00A599
Tints of Persian Green #00A599
RGB
CMYK
RGB Variations
Color information
#00A599 (or 0x00A599) is known color: Persian Green. HEX triplet: 00, A5 and 99. RGB value is (0,165,153). Sum of RGB (Red+Green+Blue) = 0+165+153=318 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 318); Green value is 165 (64.84% from 255 or 51.89% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 165 - color contains mainly: green. Hex color #00A599 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A599 is #FF5A66. Grayscale: #727272. Windows color (decimal): -16734823 or 10069248. OLE color: 10069248.
HSL color Cylindrical-coordinate representation of color #00A599: hue angle of 175.64º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A599 is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 165 | 153 | - |
| CMYK | 1 | 0 | 0.07 | 0.35 |
| HSL | 175.64º | 1% | 0.32% | - |
| HSV(B) | 175.64º | 1% | 0.65% | - |
| XYZ | 19.2 | 29.21 | 34.76 | - |
| YUV | 114.3 | 149.84 | 46.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 165 | 153 | 1 | 0 | 0.07 | 0.35 | 175.64 | 1 | 0.32 |
| Hex | 0 | A5 | 99 | 64 | 0 | 7 | 23 | B0 | 64 | 20 |
| Octal | 0 | 245 | 231 | 144 | 0 | 7 | 43 | 260 | 144 | 40 |
| Binary | 0 | 10100101 | 10011001 | 1100100 | 0 | 111 | 100011 | 10110000 | 1100100 | 100000 |
Color Harmonies of #00A599
Complementary color
Monochromatic Colors of #00A599
Black with #00A599
Text Example
Text Example
White with #00A599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A599; }
p { color: rgb(0,165,153); }
H1.HeaderClassName
{
color: #00A599;
}
.AnyTagClassName
{
color: #00A599;
}
</style>
background-color css
<style>
a { background-color: #00A599; }
a { background-color: rgb(0,165,153); }
div.DivClassName
{
background-color: #00A599;
}
.BgClassName
{
background-color: #00A599;
}
</style>
border-color css
<style>
span { border-color: #00A599; }
span { border-color: rgb(0,165,153); }
td.TdClassName
{
border-color: #00A599;
}
.TagClassName
{
border-color: #00A599;
}
</style>