Shades of Persian Green #01AEA3
Tints of Persian Green #01AEA3
RGB
CMYK
RGB Variations
Color information
#01AEA3 (or 0x01AEA3) is known color: Persian Green. HEX triplet: 01, AE and A3. RGB value is (1,174,163). Sum of RGB (Red+Green+Blue) = 1+174+163=338 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 338); Green value is 174 (68.36% from 255 or 51.48% from 338); Blue value is 163 (64.06% from 255 or 48.22% from 338); Max value from RGB is 174 - color contains mainly: green. Hex color #01AEA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AEA3 is #FE515C. Grayscale: #787878. Windows color (decimal): -16666973 or 10726913. OLE color: 10726913.
HSL color Cylindrical-coordinate representation of color #01AEA3: hue angle of 176.18º 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 #01AEA3 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 174 | 163 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.32 |
| HSL | 176.19º | 0.99% | 0.34% | - |
| HSV(B) | 176.19º | 0.99% | 0.68% | - |
| XYZ | 21.76 | 32.92 | 39.86 | - |
| YUV | 121.02 | 151.69 | 42.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 174 | 163 | 0.99 | 0 | 0.06 | 0.32 | 176.19 | 0.99 | 0.34 |
| Hex | 1 | AE | A3 | 63 | 0 | 6 | 20 | B0 | 63 | 22 |
| Octal | 1 | 256 | 243 | 143 | 0 | 6 | 40 | 260 | 143 | 42 |
| Binary | 1 | 10101110 | 10100011 | 1100011 | 0 | 110 | 100000 | 10110000 | 1100011 | 100010 |
Color Harmonies of #01AEA3
Complementary color
Monochromatic Colors of #01AEA3
Black with #01AEA3
Text Example
Text Example
White with #01AEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AEA3; }
p { color: rgb(1,174,163); }
H1.HeaderClassName
{
color: #01AEA3;
}
.AnyTagClassName
{
color: #01AEA3;
}
</style>
background-color css
<style>
a { background-color: #01AEA3; }
a { background-color: rgb(1,174,163); }
div.DivClassName
{
background-color: #01AEA3;
}
.BgClassName
{
background-color: #01AEA3;
}
</style>
border-color css
<style>
span { border-color: #01AEA3; }
span { border-color: rgb(1,174,163); }
td.TdClassName
{
border-color: #01AEA3;
}
.TagClassName
{
border-color: #01AEA3;
}
</style>