Shades of Persian Green #01AE8C
Tints of Persian Green #01AE8C
RGB
CMYK
RGB Variations
Color information
#01AE8C (or 0x01AE8C) is known color: Persian Green. HEX triplet: 01, AE and 8C. RGB value is (1,174,140). Sum of RGB (Red+Green+Blue) = 1+174+140=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 174 (68.36% from 255 or 55.24% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 174 - color contains mainly: green. Hex color #01AE8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AE8C is #FE5173. Grayscale: #767676. Windows color (decimal): -16666996 or 9219585. OLE color: 9219585.
HSL color Cylindrical-coordinate representation of color #01AE8C: hue angle of 168.21º 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 #01AE8C is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 174 | 140 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.32 |
| HSL | 168.21º | 0.99% | 0.34% | - |
| HSV(B) | 168.21º | 0.99% | 0.68% | - |
| XYZ | 19.88 | 32.17 | 29.97 | - |
| YUV | 118.4 | 140.19 | 44.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 174 | 140 | 0.99 | 0 | 0.20 | 0.32 | 168.21 | 0.99 | 0.34 |
| Hex | 1 | AE | 8C | 63 | 0 | 14 | 20 | A8 | 63 | 22 |
| Octal | 1 | 256 | 214 | 143 | 0 | 24 | 40 | 250 | 143 | 42 |
| Binary | 1 | 10101110 | 10001100 | 1100011 | 0 | 10100 | 100000 | 10101000 | 1100011 | 100010 |
Color Harmonies of #01AE8C
Complementary color
Monochromatic Colors of #01AE8C
Black with #01AE8C
Text Example
Text Example
White with #01AE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AE8C; }
p { color: rgb(1,174,140); }
H1.HeaderClassName
{
color: #01AE8C;
}
.AnyTagClassName
{
color: #01AE8C;
}
</style>
background-color css
<style>
a { background-color: #01AE8C; }
a { background-color: rgb(1,174,140); }
div.DivClassName
{
background-color: #01AE8C;
}
.BgClassName
{
background-color: #01AE8C;
}
</style>
border-color css
<style>
span { border-color: #01AE8C; }
span { border-color: rgb(1,174,140); }
td.TdClassName
{
border-color: #01AE8C;
}
.TagClassName
{
border-color: #01AE8C;
}
</style>