Shades of Persian Green #00A098
Tints of Persian Green #00A098
RGB
CMYK
RGB Variations
Color information
#00A098 (or 0x00A098) is known color: Persian Green. HEX triplet: 00, A0 and 98. RGB value is (0,160,152). Sum of RGB (Red+Green+Blue) = 0+160+152=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 160 (62.89% from 255 or 51.28% from 312); Blue value is 152 (59.77% from 255 or 48.72% from 312); Max value from RGB is 160 - color contains mainly: green. Hex color #00A098 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A098 is #FF5F67. Grayscale: #6F6F6F. Windows color (decimal): -16736104 or 10002432. OLE color: 10002432.
HSL color Cylindrical-coordinate representation of color #00A098: hue angle of 177º 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 #00A098 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 160 | 152 | - |
| CMYK | 1 | 0 | 0.05 | 0.37 |
| HSL | 177º | 1% | 0.31% | - |
| HSV(B) | 177º | 1% | 0.63% | - |
| XYZ | 18.24 | 27.41 | 34.03 | - |
| YUV | 111.25 | 150.99 | 48.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 160 | 152 | 1 | 0 | 0.05 | 0.37 | 177 | 1 | 0.31 |
| Hex | 0 | A0 | 98 | 64 | 0 | 5 | 25 | B1 | 64 | 1F |
| Octal | 0 | 240 | 230 | 144 | 0 | 5 | 45 | 261 | 144 | 37 |
| Binary | 0 | 10100000 | 10011000 | 1100100 | 0 | 101 | 100101 | 10110001 | 1100100 | 11111 |
Color Harmonies of #00A098
Complementary color
Monochromatic Colors of #00A098
Black with #00A098
Text Example
Text Example
White with #00A098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A098; }
p { color: rgb(0,160,152); }
H1.HeaderClassName
{
color: #00A098;
}
.AnyTagClassName
{
color: #00A098;
}
</style>
background-color css
<style>
a { background-color: #00A098; }
a { background-color: rgb(0,160,152); }
div.DivClassName
{
background-color: #00A098;
}
.BgClassName
{
background-color: #00A098;
}
</style>
border-color css
<style>
span { border-color: #00A098; }
span { border-color: rgb(0,160,152); }
td.TdClassName
{
border-color: #00A098;
}
.TagClassName
{
border-color: #00A098;
}
</style>