Shades of Persian Green #01A48F
Tints of Persian Green #01A48F
RGB
CMYK
RGB Variations
Color information
#01A48F (or 0x01A48F) is known color: Persian Green. HEX triplet: 01, A4 and 8F. RGB value is (1,164,143). Sum of RGB (Red+Green+Blue) = 1+164+143=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 164 (64.45% from 255 or 53.25% from 308); Blue value is 143 (56.25% from 255 or 46.43% from 308); Max value from RGB is 164 - color contains mainly: green. Hex color #01A48F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A48F is #FE5B70. Grayscale: #707070. Windows color (decimal): -16669553 or 9413633. OLE color: 9413633.
HSL color Cylindrical-coordinate representation of color #01A48F: hue angle of 172.27º 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 #01A48F is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 164 | 143 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.36 |
| HSL | 172.27º | 0.99% | 0.32% | - |
| HSV(B) | 172.27º | 0.99% | 0.64% | - |
| XYZ | 18.25 | 28.54 | 30.53 | - |
| YUV | 112.87 | 145 | 48.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 164 | 143 | 0.99 | 0 | 0.13 | 0.36 | 172.27 | 0.99 | 0.32 |
| Hex | 1 | A4 | 8F | 63 | 0 | D | 24 | AC | 63 | 20 |
| Octal | 1 | 244 | 217 | 143 | 0 | 15 | 44 | 254 | 143 | 40 |
| Binary | 1 | 10100100 | 10001111 | 1100011 | 0 | 1101 | 100100 | 10101100 | 1100011 | 100000 |
Color Harmonies of #01A48F
Complementary color
Monochromatic Colors of #01A48F
Black with #01A48F
Text Example
Text Example
White with #01A48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A48F; }
p { color: rgb(1,164,143); }
H1.HeaderClassName
{
color: #01A48F;
}
.AnyTagClassName
{
color: #01A48F;
}
</style>
background-color css
<style>
a { background-color: #01A48F; }
a { background-color: rgb(1,164,143); }
div.DivClassName
{
background-color: #01A48F;
}
.BgClassName
{
background-color: #01A48F;
}
</style>
border-color css
<style>
span { border-color: #01A48F; }
span { border-color: rgb(1,164,143); }
td.TdClassName
{
border-color: #01A48F;
}
.TagClassName
{
border-color: #01A48F;
}
</style>