Shades of Persian Green #01ADA3
Tints of Persian Green #01ADA3
RGB
CMYK
RGB Variations
Color information
#01ADA3 (or 0x01ADA3) is known color: Persian Green. HEX triplet: 01, AD and A3. RGB value is (1,173,163). Sum of RGB (Red+Green+Blue) = 1+173+163=337 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 337); Green value is 173 (67.97% from 255 or 51.34% from 337); Blue value is 163 (64.06% from 255 or 48.37% from 337); Max value from RGB is 173 - color contains mainly: green. Hex color #01ADA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01ADA3 is #FE525C. Grayscale: #787878. Windows color (decimal): -16667229 or 10726657. OLE color: 10726657.
HSL color Cylindrical-coordinate representation of color #01ADA3: hue angle of 176.51º 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 #01ADA3 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 173 | 163 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.32 |
| HSL | 176.51º | 0.99% | 0.34% | - |
| HSV(B) | 176.51º | 0.99% | 0.68% | - |
| XYZ | 21.57 | 32.54 | 39.79 | - |
| YUV | 120.43 | 152.02 | 42.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 173 | 163 | 0.99 | 0 | 0.06 | 0.32 | 176.51 | 0.99 | 0.34 |
| Hex | 1 | AD | A3 | 63 | 0 | 6 | 20 | B1 | 63 | 22 |
| Octal | 1 | 255 | 243 | 143 | 0 | 6 | 40 | 261 | 143 | 42 |
| Binary | 1 | 10101101 | 10100011 | 1100011 | 0 | 110 | 100000 | 10110001 | 1100011 | 100010 |
Color Harmonies of #01ADA3
Complementary color
Monochromatic Colors of #01ADA3
Black with #01ADA3
Text Example
Text Example
White with #01ADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ADA3; }
p { color: rgb(1,173,163); }
H1.HeaderClassName
{
color: #01ADA3;
}
.AnyTagClassName
{
color: #01ADA3;
}
</style>
background-color css
<style>
a { background-color: #01ADA3; }
a { background-color: rgb(1,173,163); }
div.DivClassName
{
background-color: #01ADA3;
}
.BgClassName
{
background-color: #01ADA3;
}
</style>
border-color css
<style>
span { border-color: #01ADA3; }
span { border-color: rgb(1,173,163); }
td.TdClassName
{
border-color: #01ADA3;
}
.TagClassName
{
border-color: #01ADA3;
}
</style>