Shades of Persian Green #00ADAC
Tints of Persian Green #00ADAC
RGB
CMYK
RGB Variations
Color information
#00ADAC (or 0x00ADAC) is known color: Persian Green. HEX triplet: 00, AD and AC. RGB value is (0,173,172). Sum of RGB (Red+Green+Blue) = 0+173+172=345 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 345); Green value is 173 (67.97% from 255 or 50.14% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 173 - color contains mainly: green. Hex color #00ADAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00ADAC is #FF5253. Grayscale: #787878. Windows color (decimal): -16732756 or 11316480. OLE color: 11316480.
HSL color Cylindrical-coordinate representation of color #00ADAC: hue angle of 179.65º 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 #00ADAC is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 173 | 172 | - |
| CMYK | 1 | 0 | 0.01 | 0.32 |
| HSL | 179.65º | 1% | 0.34% | - |
| HSV(B) | 179.65º | 1% | 0.68% | - |
| XYZ | 22.39 | 32.87 | 44.19 | - |
| YUV | 121.16 | 156.69 | 41.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 173 | 172 | 1 | 0 | 0.01 | 0.32 | 179.65 | 1 | 0.34 |
| Hex | 0 | AD | AC | 64 | 0 | 1 | 20 | B4 | 64 | 22 |
| Octal | 0 | 255 | 254 | 144 | 0 | 1 | 40 | 264 | 144 | 42 |
| Binary | 0 | 10101101 | 10101100 | 1100100 | 0 | 1 | 100000 | 10110100 | 1100100 | 100010 |
Color Harmonies of #00ADAC
Complementary color
Monochromatic Colors of #00ADAC
Black with #00ADAC
Text Example
Text Example
White with #00ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ADAC; }
p { color: rgb(0,173,172); }
H1.HeaderClassName
{
color: #00ADAC;
}
.AnyTagClassName
{
color: #00ADAC;
}
</style>
background-color css
<style>
a { background-color: #00ADAC; }
a { background-color: rgb(0,173,172); }
div.DivClassName
{
background-color: #00ADAC;
}
.BgClassName
{
background-color: #00ADAC;
}
</style>
border-color css
<style>
span { border-color: #00ADAC; }
span { border-color: rgb(0,173,172); }
td.TdClassName
{
border-color: #00ADAC;
}
.TagClassName
{
border-color: #00ADAC;
}
</style>