Shades of Persian Green #01B890
Tints of Persian Green #01B890
RGB
CMYK
RGB Variations
Color information
#01B890 (or 0x01B890) is known color: Persian Green. HEX triplet: 01, B8 and 90. RGB value is (1,184,144). Sum of RGB (Red+Green+Blue) = 1+184+144=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 184 (72.27% from 255 or 55.93% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 184 - color contains mainly: green. Hex color #01B890 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B890 is #FE476F. Grayscale: #7C7C7C. Windows color (decimal): -16664432 or 9484289. OLE color: 9484289.
HSL color Cylindrical-coordinate representation of color #01B890: hue angle of 166.89º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B890 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 184 | 144 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.28 |
| HSL | 166.89º | 0.99% | 0.36% | - |
| HSV(B) | 166.89º | 0.99% | 0.72% | - |
| XYZ | 22.19 | 36.3 | 32.22 | - |
| YUV | 124.72 | 138.87 | 39.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 184 | 144 | 0.99 | 0 | 0.22 | 0.28 | 166.89 | 0.99 | 0.36 |
| Hex | 1 | B8 | 90 | 63 | 0 | 16 | 1C | A7 | 63 | 24 |
| Octal | 1 | 270 | 220 | 143 | 0 | 26 | 34 | 247 | 143 | 44 |
| Binary | 1 | 10111000 | 10010000 | 1100011 | 0 | 10110 | 11100 | 10100111 | 1100011 | 100100 |
Color Harmonies of #01B890
Complementary color
Monochromatic Colors of #01B890
Black with #01B890
Text Example
Text Example
White with #01B890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B890; }
p { color: rgb(1,184,144); }
H1.HeaderClassName
{
color: #01B890;
}
.AnyTagClassName
{
color: #01B890;
}
</style>
background-color css
<style>
a { background-color: #01B890; }
a { background-color: rgb(1,184,144); }
div.DivClassName
{
background-color: #01B890;
}
.BgClassName
{
background-color: #01B890;
}
</style>
border-color css
<style>
span { border-color: #01B890; }
span { border-color: rgb(1,184,144); }
td.TdClassName
{
border-color: #01B890;
}
.TagClassName
{
border-color: #01B890;
}
</style>