Shades of Persian Green #01B189
Tints of Persian Green #01B189
RGB
CMYK
RGB Variations
Color information
#01B189 (or 0x01B189) is known color: Persian Green. HEX triplet: 01, B1 and 89. RGB value is (1,177,137). Sum of RGB (Red+Green+Blue) = 1+177+137=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 177 (69.53% from 255 or 56.19% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 177 - color contains mainly: green. Hex color #01B189 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01B189 is #FE4E76. Grayscale: #777777. Windows color (decimal): -16666231 or 9023745. OLE color: 9023745.
HSL color Cylindrical-coordinate representation of color #01B189: hue angle of 166.36º 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 #01B189 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 177 | 137 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.31 |
| HSL | 166.36º | 0.99% | 0.35% | - |
| HSV(B) | 166.36º | 0.99% | 0.69% | - |
| XYZ | 20.25 | 33.26 | 29.02 | - |
| YUV | 119.82 | 137.69 | 43.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 177 | 137 | 0.99 | 0 | 0.23 | 0.31 | 166.36 | 0.99 | 0.35 |
| Hex | 1 | B1 | 89 | 63 | 0 | 17 | 1F | A6 | 63 | 23 |
| Octal | 1 | 261 | 211 | 143 | 0 | 27 | 37 | 246 | 143 | 43 |
| Binary | 1 | 10110001 | 10001001 | 1100011 | 0 | 10111 | 11111 | 10100110 | 1100011 | 100011 |
Color Harmonies of #01B189
Complementary color
Monochromatic Colors of #01B189
Black with #01B189
Text Example
Text Example
White with #01B189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B189; }
p { color: rgb(1,177,137); }
H1.HeaderClassName
{
color: #01B189;
}
.AnyTagClassName
{
color: #01B189;
}
</style>
background-color css
<style>
a { background-color: #01B189; }
a { background-color: rgb(1,177,137); }
div.DivClassName
{
background-color: #01B189;
}
.BgClassName
{
background-color: #01B189;
}
</style>
border-color css
<style>
span { border-color: #01B189; }
span { border-color: rgb(1,177,137); }
td.TdClassName
{
border-color: #01B189;
}
.TagClassName
{
border-color: #01B189;
}
</style>