Shades of Persian Green #00A099
Tints of Persian Green #00A099
RGB
CMYK
RGB Variations
Color information
#00A099 (or 0x00A099) is known color: Persian Green. HEX triplet: 00, A0 and 99. RGB value is (0,160,153). Sum of RGB (Red+Green+Blue) = 0+160+153=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 160 (62.89% from 255 or 51.12% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 160 - color contains mainly: green. Hex color #00A099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A099 is #FF5F66. Grayscale: #6F6F6F. Windows color (decimal): -16736103 or 10067968. OLE color: 10067968.
HSL color Cylindrical-coordinate representation of color #00A099: hue angle of 177.38º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A099 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 160 | 153 | - |
| CMYK | 1 | 0 | 0.04 | 0.37 |
| HSL | 177.38º | 1% | 0.31% | - |
| HSV(B) | 177.38º | 1% | 0.63% | - |
| XYZ | 18.32 | 27.44 | 34.47 | - |
| YUV | 111.36 | 151.49 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 160 | 153 | 1 | 0 | 0.04 | 0.37 | 177.38 | 1 | 0.31 |
| Hex | 0 | A0 | 99 | 64 | 0 | 4 | 25 | B1 | 64 | 1F |
| Octal | 0 | 240 | 231 | 144 | 0 | 4 | 45 | 261 | 144 | 37 |
| Binary | 0 | 10100000 | 10011001 | 1100100 | 0 | 100 | 100101 | 10110001 | 1100100 | 11111 |
Color Harmonies of #00A099
Complementary color
Monochromatic Colors of #00A099
Black with #00A099
Text Example
Text Example
White with #00A099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A099; }
p { color: rgb(0,160,153); }
H1.HeaderClassName
{
color: #00A099;
}
.AnyTagClassName
{
color: #00A099;
}
</style>
background-color css
<style>
a { background-color: #00A099; }
a { background-color: rgb(0,160,153); }
div.DivClassName
{
background-color: #00A099;
}
.BgClassName
{
background-color: #00A099;
}
</style>
border-color css
<style>
span { border-color: #00A099; }
span { border-color: rgb(0,160,153); }
td.TdClassName
{
border-color: #00A099;
}
.TagClassName
{
border-color: #00A099;
}
</style>