Shades of Persian Green #01ADA0
Tints of Persian Green #01ADA0
RGB
CMYK
RGB Variations
Color information
#01ADA0 (or 0x01ADA0) is known color: Persian Green. HEX triplet: 01, AD and A0. RGB value is (1,173,160). Sum of RGB (Red+Green+Blue) = 1+173+160=334 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 334); Green value is 173 (67.97% from 255 or 51.80% from 334); Blue value is 160 (62.89% from 255 or 47.90% from 334); Max value from RGB is 173 - color contains mainly: green. Hex color #01ADA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01ADA0 is #FE525F. Grayscale: #777777. Windows color (decimal): -16667232 or 10530049. OLE color: 10530049.
HSL color Cylindrical-coordinate representation of color #01ADA0: hue angle of 175.47º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01ADA0 is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 173 | 160 | - |
| CMYK | 0.99 | 0 | 0.08 | 0.32 |
| HSL | 175.47º | 0.99% | 0.34% | - |
| HSV(B) | 175.47º | 0.99% | 0.68% | - |
| XYZ | 21.3 | 32.43 | 38.39 | - |
| YUV | 120.09 | 150.52 | 43.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 173 | 160 | 0.99 | 0 | 0.08 | 0.32 | 175.47 | 0.99 | 0.34 |
| Hex | 1 | AD | A0 | 63 | 0 | 8 | 20 | AF | 63 | 22 |
| Octal | 1 | 255 | 240 | 143 | 0 | 10 | 40 | 257 | 143 | 42 |
| Binary | 1 | 10101101 | 10100000 | 1100011 | 0 | 1000 | 100000 | 10101111 | 1100011 | 100010 |
Color Harmonies of #01ADA0
Complementary color
Monochromatic Colors of #01ADA0
Black with #01ADA0
Text Example
Text Example
White with #01ADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ADA0; }
p { color: rgb(1,173,160); }
H1.HeaderClassName
{
color: #01ADA0;
}
.AnyTagClassName
{
color: #01ADA0;
}
</style>
background-color css
<style>
a { background-color: #01ADA0; }
a { background-color: rgb(1,173,160); }
div.DivClassName
{
background-color: #01ADA0;
}
.BgClassName
{
background-color: #01ADA0;
}
</style>
border-color css
<style>
span { border-color: #01ADA0; }
span { border-color: rgb(1,173,160); }
td.TdClassName
{
border-color: #01ADA0;
}
.TagClassName
{
border-color: #01ADA0;
}
</style>