Shades of Persian Green #01AEA6
Tints of Persian Green #01AEA6
RGB
CMYK
RGB Variations
Color information
#01AEA6 (or 0x01AEA6) is known color: Persian Green. HEX triplet: 01, AE and A6. RGB value is (1,174,166). Sum of RGB (Red+Green+Blue) = 1+174+166=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 174 (68.36% from 255 or 51.03% from 341); Blue value is 166 (65.23% from 255 or 48.68% from 341); Max value from RGB is 174 - color contains mainly: green. Hex color #01AEA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AEA6 is #FE5159. Grayscale: #797979. Windows color (decimal): -16666970 or 10923521. OLE color: 10923521.
HSL color Cylindrical-coordinate representation of color #01AEA6: hue angle of 177.23º 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 #01AEA6 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 174 | 166 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.32 |
| HSL | 177.23º | 0.99% | 0.34% | - |
| HSV(B) | 177.23º | 0.99% | 0.68% | - |
| XYZ | 22.03 | 33.03 | 41.29 | - |
| YUV | 121.36 | 153.19 | 42.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 174 | 166 | 0.99 | 0 | 0.05 | 0.32 | 177.23 | 0.99 | 0.34 |
| Hex | 1 | AE | A6 | 63 | 0 | 5 | 20 | B1 | 63 | 22 |
| Octal | 1 | 256 | 246 | 143 | 0 | 5 | 40 | 261 | 143 | 42 |
| Binary | 1 | 10101110 | 10100110 | 1100011 | 0 | 101 | 100000 | 10110001 | 1100011 | 100010 |
Color Harmonies of #01AEA6
Complementary color
Monochromatic Colors of #01AEA6
Black with #01AEA6
Text Example
Text Example
White with #01AEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AEA6; }
p { color: rgb(1,174,166); }
H1.HeaderClassName
{
color: #01AEA6;
}
.AnyTagClassName
{
color: #01AEA6;
}
</style>
background-color css
<style>
a { background-color: #01AEA6; }
a { background-color: rgb(1,174,166); }
div.DivClassName
{
background-color: #01AEA6;
}
.BgClassName
{
background-color: #01AEA6;
}
</style>
border-color css
<style>
span { border-color: #01AEA6; }
span { border-color: rgb(1,174,166); }
td.TdClassName
{
border-color: #01AEA6;
}
.TagClassName
{
border-color: #01AEA6;
}
</style>