Shades of Persian Green #00ADA3
Tints of Persian Green #00ADA3
RGB
CMYK
RGB Variations
Color information
#00ADA3 (or 0x00ADA3) is known color: Persian Green. HEX triplet: 00, AD and A3. RGB value is (0,173,163). Sum of RGB (Red+Green+Blue) = 0+173+163=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 173 (67.97% from 255 or 51.49% from 336); Blue value is 163 (64.06% from 255 or 48.51% from 336); Max value from RGB is 173 - color contains mainly: green. Hex color #00ADA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00ADA3 is #FF525C. Grayscale: #787878. Windows color (decimal): -16732765 or 10726656. OLE color: 10726656.
HSL color Cylindrical-coordinate representation of color #00ADA3: hue angle of 176.53º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ADA3 is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 173 | 163 | - |
| CMYK | 1 | 0 | 0.06 | 0.32 |
| HSL | 176.53º | 1% | 0.34% | - |
| HSV(B) | 176.53º | 1% | 0.68% | - |
| XYZ | 21.55 | 32.53 | 39.79 | - |
| YUV | 120.13 | 152.19 | 42.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 173 | 163 | 1 | 0 | 0.06 | 0.32 | 176.53 | 1 | 0.34 |
| Hex | 0 | AD | A3 | 64 | 0 | 6 | 20 | B1 | 64 | 22 |
| Octal | 0 | 255 | 243 | 144 | 0 | 6 | 40 | 261 | 144 | 42 |
| Binary | 0 | 10101101 | 10100011 | 1100100 | 0 | 110 | 100000 | 10110001 | 1100100 | 100010 |
Color Harmonies of #00ADA3
Complementary color
Monochromatic Colors of #00ADA3
Black with #00ADA3
Text Example
Text Example
White with #00ADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ADA3; }
p { color: rgb(0,173,163); }
H1.HeaderClassName
{
color: #00ADA3;
}
.AnyTagClassName
{
color: #00ADA3;
}
</style>
background-color css
<style>
a { background-color: #00ADA3; }
a { background-color: rgb(0,173,163); }
div.DivClassName
{
background-color: #00ADA3;
}
.BgClassName
{
background-color: #00ADA3;
}
</style>
border-color css
<style>
span { border-color: #00ADA3; }
span { border-color: rgb(0,173,163); }
td.TdClassName
{
border-color: #00ADA3;
}
.TagClassName
{
border-color: #00ADA3;
}
</style>