Shades of Persian Green #01B58D
Tints of Persian Green #01B58D
RGB
CMYK
RGB Variations
Color information
#01B58D (or 0x01B58D) is known color: Persian Green. HEX triplet: 01, B5 and 8D. RGB value is (1,181,141). Sum of RGB (Red+Green+Blue) = 1+181+141=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 181 (71.09% from 255 or 56.04% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 181 - color contains mainly: green. Hex color #01B58D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B58D is #FE4A72. Grayscale: #7A7A7A. Windows color (decimal): -16665203 or 9286913. OLE color: 9286913.
HSL color Cylindrical-coordinate representation of color #01B58D: hue angle of 166.67º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B58D is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 181 | 141 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.29 |
| HSL | 166.67º | 0.99% | 0.36% | - |
| HSV(B) | 166.67º | 0.99% | 0.71% | - |
| XYZ | 21.34 | 34.98 | 30.83 | - |
| YUV | 122.62 | 138.37 | 41.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 181 | 141 | 0.99 | 0 | 0.22 | 0.29 | 166.67 | 0.99 | 0.36 |
| Hex | 1 | B5 | 8D | 63 | 0 | 16 | 1D | A7 | 63 | 24 |
| Octal | 1 | 265 | 215 | 143 | 0 | 26 | 35 | 247 | 143 | 44 |
| Binary | 1 | 10110101 | 10001101 | 1100011 | 0 | 10110 | 11101 | 10100111 | 1100011 | 100100 |
Color Harmonies of #01B58D
Complementary color
Monochromatic Colors of #01B58D
Black with #01B58D
Text Example
Text Example
White with #01B58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B58D; }
p { color: rgb(1,181,141); }
H1.HeaderClassName
{
color: #01B58D;
}
.AnyTagClassName
{
color: #01B58D;
}
</style>
background-color css
<style>
a { background-color: #01B58D; }
a { background-color: rgb(1,181,141); }
div.DivClassName
{
background-color: #01B58D;
}
.BgClassName
{
background-color: #01B58D;
}
</style>
border-color css
<style>
span { border-color: #01B58D; }
span { border-color: rgb(1,181,141); }
td.TdClassName
{
border-color: #01B58D;
}
.TagClassName
{
border-color: #01B58D;
}
</style>