Shades of Persian Green #01A694
Tints of Persian Green #01A694
RGB
CMYK
RGB Variations
Color information
#01A694 (or 0x01A694) is known color: Persian Green. HEX triplet: 01, A6 and 94. RGB value is (1,166,148). Sum of RGB (Red+Green+Blue) = 1+166+148=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 166 (65.23% from 255 or 52.70% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 166 - color contains mainly: green. Hex color #01A694 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A694 is #FE596B. Grayscale: #727272. Windows color (decimal): -16669036 or 9741825. OLE color: 9741825.
HSL color Cylindrical-coordinate representation of color #01A694: hue angle of 173.45º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A694 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 166 | 148 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.35 |
| HSL | 173.45º | 0.99% | 0.33% | - |
| HSV(B) | 173.45º | 0.99% | 0.65% | - |
| XYZ | 18.99 | 29.42 | 32.69 | - |
| YUV | 114.61 | 146.84 | 46.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 166 | 148 | 0.99 | 0 | 0.11 | 0.35 | 173.45 | 0.99 | 0.33 |
| Hex | 1 | A6 | 94 | 63 | 0 | B | 23 | AD | 63 | 21 |
| Octal | 1 | 246 | 224 | 143 | 0 | 13 | 43 | 255 | 143 | 41 |
| Binary | 1 | 10100110 | 10010100 | 1100011 | 0 | 1011 | 100011 | 10101101 | 1100011 | 100001 |
Color Harmonies of #01A694
Complementary color
Monochromatic Colors of #01A694
Black with #01A694
Text Example
Text Example
White with #01A694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A694; }
p { color: rgb(1,166,148); }
H1.HeaderClassName
{
color: #01A694;
}
.AnyTagClassName
{
color: #01A694;
}
</style>
background-color css
<style>
a { background-color: #01A694; }
a { background-color: rgb(1,166,148); }
div.DivClassName
{
background-color: #01A694;
}
.BgClassName
{
background-color: #01A694;
}
</style>
border-color css
<style>
span { border-color: #01A694; }
span { border-color: rgb(1,166,148); }
td.TdClassName
{
border-color: #01A694;
}
.TagClassName
{
border-color: #01A694;
}
</style>