Shades of Persian Green #01B1A6
Tints of Persian Green #01B1A6
RGB
CMYK
RGB Variations
Color information
#01B1A6 (or 0x01B1A6) is known color: Persian Green. HEX triplet: 01, B1 and A6. RGB value is (1,177,166). Sum of RGB (Red+Green+Blue) = 1+177+166=344 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 344); Green value is 177 (69.53% from 255 or 51.45% from 344); Blue value is 166 (65.23% from 255 or 48.26% from 344); Max value from RGB is 177 - color contains mainly: green. Hex color #01B1A6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01B1A6 is #FE4E59. Grayscale: #7A7A7A. Windows color (decimal): -16666202 or 10924289. OLE color: 10924289.
HSL color Cylindrical-coordinate representation of color #01B1A6: hue angle of 176.25º 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 #01B1A6 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 177 | 166 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.31 |
| HSL | 176.25º | 0.99% | 0.35% | - |
| HSV(B) | 176.25º | 0.99% | 0.69% | - |
| XYZ | 22.62 | 34.2 | 41.49 | - |
| YUV | 123.12 | 152.19 | 40.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 177 | 166 | 0.99 | 0 | 0.06 | 0.31 | 176.25 | 0.99 | 0.35 |
| Hex | 1 | B1 | A6 | 63 | 0 | 6 | 1F | B0 | 63 | 23 |
| Octal | 1 | 261 | 246 | 143 | 0 | 6 | 37 | 260 | 143 | 43 |
| Binary | 1 | 10110001 | 10100110 | 1100011 | 0 | 110 | 11111 | 10110000 | 1100011 | 100011 |
Color Harmonies of #01B1A6
Complementary color
Monochromatic Colors of #01B1A6
Black with #01B1A6
Text Example
Text Example
White with #01B1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B1A6; }
p { color: rgb(1,177,166); }
H1.HeaderClassName
{
color: #01B1A6;
}
.AnyTagClassName
{
color: #01B1A6;
}
</style>
background-color css
<style>
a { background-color: #01B1A6; }
a { background-color: rgb(1,177,166); }
div.DivClassName
{
background-color: #01B1A6;
}
.BgClassName
{
background-color: #01B1A6;
}
</style>
border-color css
<style>
span { border-color: #01B1A6; }
span { border-color: rgb(1,177,166); }
td.TdClassName
{
border-color: #01B1A6;
}
.TagClassName
{
border-color: #01B1A6;
}
</style>