Shades of Persian Green #01B0A0
Tints of Persian Green #01B0A0
RGB
CMYK
RGB Variations
Color information
#01B0A0 (or 0x01B0A0) is known color: Persian Green. HEX triplet: 01, B0 and A0. RGB value is (1,176,160). Sum of RGB (Red+Green+Blue) = 1+176+160=337 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 337); Green value is 176 (69.14% from 255 or 52.23% from 337); Blue value is 160 (62.89% from 255 or 47.48% from 337); Max value from RGB is 176 - color contains mainly: green. Hex color #01B0A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01B0A0 is #FE4F5F. Grayscale: #797979. Windows color (decimal): -16666464 or 10530817. OLE color: 10530817.
HSL color Cylindrical-coordinate representation of color #01B0A0: hue angle of 174.51º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B0A0 is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 176 | 160 | - |
| CMYK | 0.99 | 0 | 0.09 | 0.31 |
| HSL | 174.51º | 0.99% | 0.35% | - |
| HSV(B) | 174.51º | 0.99% | 0.69% | - |
| XYZ | 21.88 | 33.6 | 38.59 | - |
| YUV | 121.85 | 149.52 | 41.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 176 | 160 | 0.99 | 0 | 0.09 | 0.31 | 174.51 | 0.99 | 0.35 |
| Hex | 1 | B0 | A0 | 63 | 0 | 9 | 1F | AF | 63 | 23 |
| Octal | 1 | 260 | 240 | 143 | 0 | 11 | 37 | 257 | 143 | 43 |
| Binary | 1 | 10110000 | 10100000 | 1100011 | 0 | 1001 | 11111 | 10101111 | 1100011 | 100011 |
Color Harmonies of #01B0A0
Complementary color
Monochromatic Colors of #01B0A0
Black with #01B0A0
Text Example
Text Example
White with #01B0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B0A0; }
p { color: rgb(1,176,160); }
H1.HeaderClassName
{
color: #01B0A0;
}
.AnyTagClassName
{
color: #01B0A0;
}
</style>
background-color css
<style>
a { background-color: #01B0A0; }
a { background-color: rgb(1,176,160); }
div.DivClassName
{
background-color: #01B0A0;
}
.BgClassName
{
background-color: #01B0A0;
}
</style>
border-color css
<style>
span { border-color: #01B0A0; }
span { border-color: rgb(1,176,160); }
td.TdClassName
{
border-color: #01B0A0;
}
.TagClassName
{
border-color: #01B0A0;
}
</style>