Shades of Persian Green #00A088
Tints of Persian Green #00A088
RGB
CMYK
RGB Variations
Color information
#00A088 (or 0x00A088) is known color: Persian Green. HEX triplet: 00, A0 and 88. RGB value is (0,160,136). Sum of RGB (Red+Green+Blue) = 0+160+136=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 160 (62.89% from 255 or 54.05% from 296); Blue value is 136 (53.52% from 255 or 45.95% from 296); Max value from RGB is 160 - color contains mainly: green. Hex color #00A088 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A088 is #FF5F77. Grayscale: #6D6D6D. Windows color (decimal): -16736120 or 8953856. OLE color: 8953856.
HSL color Cylindrical-coordinate representation of color #00A088: hue angle of 171º 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 #00A088 is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 160 | 136 | - |
| CMYK | 1 | 0 | 0.15 | 0.37 |
| HSL | 171º | 1% | 0.31% | - |
| HSV(B) | 171º | 1% | 0.63% | - |
| XYZ | 17.01 | 26.92 | 27.59 | - |
| YUV | 109.42 | 142.99 | 49.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 160 | 136 | 1 | 0 | 0.15 | 0.37 | 171 | 1 | 0.31 |
| Hex | 0 | A0 | 88 | 64 | 0 | F | 25 | AB | 64 | 1F |
| Octal | 0 | 240 | 210 | 144 | 0 | 17 | 45 | 253 | 144 | 37 |
| Binary | 0 | 10100000 | 10001000 | 1100100 | 0 | 1111 | 100101 | 10101011 | 1100100 | 11111 |
Color Harmonies of #00A088
Complementary color
Monochromatic Colors of #00A088
Black with #00A088
Text Example
Text Example
White with #00A088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A088; }
p { color: rgb(0,160,136); }
H1.HeaderClassName
{
color: #00A088;
}
.AnyTagClassName
{
color: #00A088;
}
</style>
background-color css
<style>
a { background-color: #00A088; }
a { background-color: rgb(0,160,136); }
div.DivClassName
{
background-color: #00A088;
}
.BgClassName
{
background-color: #00A088;
}
</style>
border-color css
<style>
span { border-color: #00A088; }
span { border-color: rgb(0,160,136); }
td.TdClassName
{
border-color: #00A088;
}
.TagClassName
{
border-color: #00A088;
}
</style>