Shades of Persian Green #01B2A0
Tints of Persian Green #01B2A0
RGB
CMYK
RGB Variations
Color information
#01B2A0 (or 0x01B2A0) is known color: Persian Green. HEX triplet: 01, B2 and A0. RGB value is (1,178,160). Sum of RGB (Red+Green+Blue) = 1+178+160=339 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 339); Green value is 178 (69.92% from 255 or 52.51% from 339); Blue value is 160 (62.89% from 255 or 47.20% from 339); Max value from RGB is 178 - color contains mainly: green. Hex color #01B2A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01B2A0 is #FE4D5F. Grayscale: #7A7A7A. Windows color (decimal): -16665952 or 10531329. OLE color: 10531329.
HSL color Cylindrical-coordinate representation of color #01B2A0: hue angle of 173.9º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B2A0 is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 1 | 178 | 160 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.30 |
| HSL | 173.9º | 0.99% | 0.35% | - |
| HSV(B) | 173.9º | 0.99% | 0.7% | - |
| XYZ | 22.28 | 34.39 | 38.72 | - |
| YUV | 123.03 | 148.86 | 40.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 178 | 160 | 0.99 | 0 | 0.10 | 0.30 | 173.9 | 0.99 | 0.35 |
| Hex | 1 | B2 | A0 | 63 | 0 | A | 1E | AE | 63 | 23 |
| Octal | 1 | 262 | 240 | 143 | 0 | 12 | 36 | 256 | 143 | 43 |
| Binary | 1 | 10110010 | 10100000 | 1100011 | 0 | 1010 | 11110 | 10101110 | 1100011 | 100011 |
Color Harmonies of #01B2A0
Complementary color
Monochromatic Colors of #01B2A0
Black with #01B2A0
Text Example
Text Example
White with #01B2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B2A0; }
p { color: rgb(1,178,160); }
H1.HeaderClassName
{
color: #01B2A0;
}
.AnyTagClassName
{
color: #01B2A0;
}
</style>
background-color css
<style>
a { background-color: #01B2A0; }
a { background-color: rgb(1,178,160); }
div.DivClassName
{
background-color: #01B2A0;
}
.BgClassName
{
background-color: #01B2A0;
}
</style>
border-color css
<style>
span { border-color: #01B2A0; }
span { border-color: rgb(1,178,160); }
td.TdClassName
{
border-color: #01B2A0;
}
.TagClassName
{
border-color: #01B2A0;
}
</style>