Shades of Persian Green #01A18F
Tints of Persian Green #01A18F
RGB
CMYK
RGB Variations
Color information
#01A18F (or 0x01A18F) is known color: Persian Green. HEX triplet: 01, A1 and 8F. RGB value is (1,161,143). Sum of RGB (Red+Green+Blue) = 1+161+143=305 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 305); Green value is 161 (63.28% from 255 or 52.79% from 305); Blue value is 143 (56.25% from 255 or 46.89% from 305); Max value from RGB is 161 - color contains mainly: green. Hex color #01A18F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A18F is #FE5E70. Grayscale: #6F6F6F. Windows color (decimal): -16670321 or 9412865. OLE color: 9412865.
HSL color Cylindrical-coordinate representation of color #01A18F: hue angle of 173.25º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A18F is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 161 | 143 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.37 |
| HSL | 173.25º | 0.99% | 0.32% | - |
| HSV(B) | 173.25º | 0.99% | 0.63% | - |
| XYZ | 17.72 | 27.48 | 30.36 | - |
| YUV | 111.11 | 145.99 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 161 | 143 | 0.99 | 0 | 0.11 | 0.37 | 173.25 | 0.99 | 0.32 |
| Hex | 1 | A1 | 8F | 63 | 0 | B | 25 | AD | 63 | 20 |
| Octal | 1 | 241 | 217 | 143 | 0 | 13 | 45 | 255 | 143 | 40 |
| Binary | 1 | 10100001 | 10001111 | 1100011 | 0 | 1011 | 100101 | 10101101 | 1100011 | 100000 |
Color Harmonies of #01A18F
Complementary color
Monochromatic Colors of #01A18F
Black with #01A18F
Text Example
Text Example
White with #01A18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A18F; }
p { color: rgb(1,161,143); }
H1.HeaderClassName
{
color: #01A18F;
}
.AnyTagClassName
{
color: #01A18F;
}
</style>
background-color css
<style>
a { background-color: #01A18F; }
a { background-color: rgb(1,161,143); }
div.DivClassName
{
background-color: #01A18F;
}
.BgClassName
{
background-color: #01A18F;
}
</style>
border-color css
<style>
span { border-color: #01A18F; }
span { border-color: rgb(1,161,143); }
td.TdClassName
{
border-color: #01A18F;
}
.TagClassName
{
border-color: #01A18F;
}
</style>