Shades of Persian Green #01A78C
Tints of Persian Green #01A78C
RGB
CMYK
RGB Variations
Color information
#01A78C (or 0x01A78C) is known color: Persian Green. HEX triplet: 01, A7 and 8C. RGB value is (1,167,140). Sum of RGB (Red+Green+Blue) = 1+167+140=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 167 (65.62% from 255 or 54.22% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 167 - color contains mainly: green. Hex color #01A78C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A78C is #FE5873. Grayscale: #727272. Windows color (decimal): -16668788 or 9217793. OLE color: 9217793.
HSL color Cylindrical-coordinate representation of color #01A78C: hue angle of 170.24º 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 #01A78C is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 167 | 140 | - |
| CMYK | 0.99 | 0 | 0.16 | 0.35 |
| HSL | 170.24º | 0.99% | 0.33% | - |
| HSV(B) | 170.24º | 0.99% | 0.65% | - |
| XYZ | 18.56 | 29.54 | 29.53 | - |
| YUV | 114.29 | 142.5 | 47.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 167 | 140 | 0.99 | 0 | 0.16 | 0.35 | 170.24 | 0.99 | 0.33 |
| Hex | 1 | A7 | 8C | 63 | 0 | 10 | 23 | AA | 63 | 21 |
| Octal | 1 | 247 | 214 | 143 | 0 | 20 | 43 | 252 | 143 | 41 |
| Binary | 1 | 10100111 | 10001100 | 1100011 | 0 | 10000 | 100011 | 10101010 | 1100011 | 100001 |
Color Harmonies of #01A78C
Complementary color
Monochromatic Colors of #01A78C
Black with #01A78C
Text Example
Text Example
White with #01A78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A78C; }
p { color: rgb(1,167,140); }
H1.HeaderClassName
{
color: #01A78C;
}
.AnyTagClassName
{
color: #01A78C;
}
</style>
background-color css
<style>
a { background-color: #01A78C; }
a { background-color: rgb(1,167,140); }
div.DivClassName
{
background-color: #01A78C;
}
.BgClassName
{
background-color: #01A78C;
}
</style>
border-color css
<style>
span { border-color: #01A78C; }
span { border-color: rgb(1,167,140); }
td.TdClassName
{
border-color: #01A78C;
}
.TagClassName
{
border-color: #01A78C;
}
</style>