Shades of Persian Green #01B497
Tints of Persian Green #01B497
RGB
CMYK
RGB Variations
Color information
#01B497 (or 0x01B497) is known color: Persian Green. HEX triplet: 01, B4 and 97. RGB value is (1,180,151). Sum of RGB (Red+Green+Blue) = 1+180+151=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 180 (70.70% from 255 or 54.22% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 180 - color contains mainly: green. Hex color #01B497 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B497 is #FE4B68. Grayscale: #7B7B7B. Windows color (decimal): -16665449 or 9942017. OLE color: 9942017.
HSL color Cylindrical-coordinate representation of color #01B497: hue angle of 170.28º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B497 is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 180 | 151 | - |
| CMYK | 0.99 | 0 | 0.16 | 0.29 |
| HSL | 170.28º | 0.99% | 0.35% | - |
| HSV(B) | 170.28º | 0.99% | 0.71% | - |
| XYZ | 21.92 | 34.88 | 34.86 | - |
| YUV | 123.17 | 143.7 | 40.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 180 | 151 | 0.99 | 0 | 0.16 | 0.29 | 170.28 | 0.99 | 0.35 |
| Hex | 1 | B4 | 97 | 63 | 0 | 10 | 1D | AA | 63 | 23 |
| Octal | 1 | 264 | 227 | 143 | 0 | 20 | 35 | 252 | 143 | 43 |
| Binary | 1 | 10110100 | 10010111 | 1100011 | 0 | 10000 | 11101 | 10101010 | 1100011 | 100011 |
Color Harmonies of #01B497
Complementary color
Monochromatic Colors of #01B497
Black with #01B497
Text Example
Text Example
White with #01B497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B497; }
p { color: rgb(1,180,151); }
H1.HeaderClassName
{
color: #01B497;
}
.AnyTagClassName
{
color: #01B497;
}
</style>
background-color css
<style>
a { background-color: #01B497; }
a { background-color: rgb(1,180,151); }
div.DivClassName
{
background-color: #01B497;
}
.BgClassName
{
background-color: #01B497;
}
</style>
border-color css
<style>
span { border-color: #01B497; }
span { border-color: rgb(1,180,151); }
td.TdClassName
{
border-color: #01B497;
}
.TagClassName
{
border-color: #01B497;
}
</style>