Shades of Persian Green #01AE9C
Tints of Persian Green #01AE9C
RGB
CMYK
RGB Variations
Color information
#01AE9C (or 0x01AE9C) is known color: Persian Green. HEX triplet: 01, AE and 9C. RGB value is (1,174,156). Sum of RGB (Red+Green+Blue) = 1+174+156=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 174 (68.36% from 255 or 52.57% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 174 - color contains mainly: green. Hex color #01AE9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AE9C is #FE5163. Grayscale: #787878. Windows color (decimal): -16666980 or 10268161. OLE color: 10268161.
HSL color Cylindrical-coordinate representation of color #01AE9C: hue angle of 173.76º 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 #01AE9C is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 174 | 156 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.32 |
| HSL | 173.76º | 0.99% | 0.34% | - |
| HSV(B) | 173.76º | 0.99% | 0.68% | - |
| XYZ | 21.15 | 32.68 | 36.65 | - |
| YUV | 120.22 | 148.19 | 42.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 174 | 156 | 0.99 | 0 | 0.10 | 0.32 | 173.76 | 0.99 | 0.34 |
| Hex | 1 | AE | 9C | 63 | 0 | A | 20 | AE | 63 | 22 |
| Octal | 1 | 256 | 234 | 143 | 0 | 12 | 40 | 256 | 143 | 42 |
| Binary | 1 | 10101110 | 10011100 | 1100011 | 0 | 1010 | 100000 | 10101110 | 1100011 | 100010 |
Color Harmonies of #01AE9C
Complementary color
Monochromatic Colors of #01AE9C
Black with #01AE9C
Text Example
Text Example
White with #01AE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AE9C; }
p { color: rgb(1,174,156); }
H1.HeaderClassName
{
color: #01AE9C;
}
.AnyTagClassName
{
color: #01AE9C;
}
</style>
background-color css
<style>
a { background-color: #01AE9C; }
a { background-color: rgb(1,174,156); }
div.DivClassName
{
background-color: #01AE9C;
}
.BgClassName
{
background-color: #01AE9C;
}
</style>
border-color css
<style>
span { border-color: #01AE9C; }
span { border-color: rgb(1,174,156); }
td.TdClassName
{
border-color: #01AE9C;
}
.TagClassName
{
border-color: #01AE9C;
}
</style>