Shades of Persian Green #01B19A
Tints of Persian Green #01B19A
RGB
CMYK
RGB Variations
Color information
#01B19A (or 0x01B19A) is known color: Persian Green. HEX triplet: 01, B1 and 9A. RGB value is (1,177,154). Sum of RGB (Red+Green+Blue) = 1+177+154=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 177 (69.53% from 255 or 53.31% from 332); Blue value is 154 (60.55% from 255 or 46.39% from 332); Max value from RGB is 177 - color contains mainly: green. Hex color #01B19A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01B19A is #FE4E65. Grayscale: #797979. Windows color (decimal): -16666214 or 10137857. OLE color: 10137857.
HSL color Cylindrical-coordinate representation of color #01B19A: hue angle of 172.16º 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 #01B19A is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 177 | 154 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.31 |
| HSL | 172.16º | 0.99% | 0.35% | - |
| HSV(B) | 172.16º | 0.99% | 0.69% | - |
| XYZ | 21.57 | 33.78 | 35.96 | - |
| YUV | 121.75 | 146.19 | 41.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 177 | 154 | 0.99 | 0 | 0.13 | 0.31 | 172.16 | 0.99 | 0.35 |
| Hex | 1 | B1 | 9A | 63 | 0 | D | 1F | AC | 63 | 23 |
| Octal | 1 | 261 | 232 | 143 | 0 | 15 | 37 | 254 | 143 | 43 |
| Binary | 1 | 10110001 | 10011010 | 1100011 | 0 | 1101 | 11111 | 10101100 | 1100011 | 100011 |
Color Harmonies of #01B19A
Complementary color
Monochromatic Colors of #01B19A
Black with #01B19A
Text Example
Text Example
White with #01B19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B19A; }
p { color: rgb(1,177,154); }
H1.HeaderClassName
{
color: #01B19A;
}
.AnyTagClassName
{
color: #01B19A;
}
</style>
background-color css
<style>
a { background-color: #01B19A; }
a { background-color: rgb(1,177,154); }
div.DivClassName
{
background-color: #01B19A;
}
.BgClassName
{
background-color: #01B19A;
}
</style>
border-color css
<style>
span { border-color: #01B19A; }
span { border-color: rgb(1,177,154); }
td.TdClassName
{
border-color: #01B19A;
}
.TagClassName
{
border-color: #01B19A;
}
</style>