Shades of Persian Green #01A39F
Tints of Persian Green #01A39F
RGB
CMYK
RGB Variations
Color information
#01A39F (or 0x01A39F) is known color: Persian Green. HEX triplet: 01, A3 and 9F. RGB value is (1,163,159). Sum of RGB (Red+Green+Blue) = 1+163+159=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 163 (64.06% from 255 or 50.46% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 163 - color contains mainly: green. Hex color #01A39F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A39F is #FE5C60. Grayscale: #717171. Windows color (decimal): -16669793 or 10461953. OLE color: 10461953.
HSL color Cylindrical-coordinate representation of color #01A39F: hue angle of 178.52º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A39F is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 163 | 159 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.36 |
| HSL | 178.52º | 0.99% | 0.32% | - |
| HSV(B) | 178.52º | 0.99% | 0.64% | - |
| XYZ | 19.37 | 28.7 | 37.32 | - |
| YUV | 114.11 | 153.33 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 163 | 159 | 0.99 | 0 | 0.02 | 0.36 | 178.52 | 0.99 | 0.32 |
| Hex | 1 | A3 | 9F | 63 | 0 | 2 | 24 | B3 | 63 | 20 |
| Octal | 1 | 243 | 237 | 143 | 0 | 2 | 44 | 263 | 143 | 40 |
| Binary | 1 | 10100011 | 10011111 | 1100011 | 0 | 10 | 100100 | 10110011 | 1100011 | 100000 |
Color Harmonies of #01A39F
Complementary color
Monochromatic Colors of #01A39F
Black with #01A39F
Text Example
Text Example
White with #01A39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A39F; }
p { color: rgb(1,163,159); }
H1.HeaderClassName
{
color: #01A39F;
}
.AnyTagClassName
{
color: #01A39F;
}
</style>
background-color css
<style>
a { background-color: #01A39F; }
a { background-color: rgb(1,163,159); }
div.DivClassName
{
background-color: #01A39F;
}
.BgClassName
{
background-color: #01A39F;
}
</style>
border-color css
<style>
span { border-color: #01A39F; }
span { border-color: rgb(1,163,159); }
td.TdClassName
{
border-color: #01A39F;
}
.TagClassName
{
border-color: #01A39F;
}
</style>