Shades of Persian Green #01B8A0
Tints of Persian Green #01B8A0
RGB
CMYK
RGB Variations
Color information
#01B8A0 (or 0x01B8A0) is known color: Persian Green. HEX triplet: 01, B8 and A0. RGB value is (1,184,160). Sum of RGB (Red+Green+Blue) = 1+184+160=345 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 345); Green value is 184 (72.27% from 255 or 53.33% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 184 - color contains mainly: green. Hex color #01B8A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B8A0 is #FE475F. Grayscale: #7E7E7E. Windows color (decimal): -16664416 or 10532865. OLE color: 10532865.
HSL color Cylindrical-coordinate representation of color #01B8A0: hue angle of 172.13º 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 #01B8A0 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 184 | 160 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.28 |
| HSL | 172.13º | 0.99% | 0.36% | - |
| HSV(B) | 172.13º | 0.99% | 0.72% | - |
| XYZ | 23.5 | 36.83 | 39.13 | - |
| YUV | 126.55 | 146.87 | 38.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 184 | 160 | 0.99 | 0 | 0.13 | 0.28 | 172.13 | 0.99 | 0.36 |
| Hex | 1 | B8 | A0 | 63 | 0 | D | 1C | AC | 63 | 24 |
| Octal | 1 | 270 | 240 | 143 | 0 | 15 | 34 | 254 | 143 | 44 |
| Binary | 1 | 10111000 | 10100000 | 1100011 | 0 | 1101 | 11100 | 10101100 | 1100011 | 100100 |
Color Harmonies of #01B8A0
Complementary color
Monochromatic Colors of #01B8A0
Black with #01B8A0
Text Example
Text Example
White with #01B8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B8A0; }
p { color: rgb(1,184,160); }
H1.HeaderClassName
{
color: #01B8A0;
}
.AnyTagClassName
{
color: #01B8A0;
}
</style>
background-color css
<style>
a { background-color: #01B8A0; }
a { background-color: rgb(1,184,160); }
div.DivClassName
{
background-color: #01B8A0;
}
.BgClassName
{
background-color: #01B8A0;
}
</style>
border-color css
<style>
span { border-color: #01B8A0; }
span { border-color: rgb(1,184,160); }
td.TdClassName
{
border-color: #01B8A0;
}
.TagClassName
{
border-color: #01B8A0;
}
</style>