Shades of Persian Green #01B099
Tints of Persian Green #01B099
RGB
CMYK
RGB Variations
Color information
#01B099 (or 0x01B099) is known color: Persian Green. HEX triplet: 01, B0 and 99. RGB value is (1,176,153). Sum of RGB (Red+Green+Blue) = 1+176+153=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 176 (69.14% from 255 or 53.33% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 176 - color contains mainly: green. Hex color #01B099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01B099 is #FE4F66. Grayscale: #787878. Windows color (decimal): -16666471 or 10072065. OLE color: 10072065.
HSL color Cylindrical-coordinate representation of color #01B099: hue angle of 172.11º 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 #01B099 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 176 | 153 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.31 |
| HSL | 172.11º | 0.99% | 0.35% | - |
| HSV(B) | 172.11º | 0.99% | 0.69% | - |
| XYZ | 21.29 | 33.36 | 35.45 | - |
| YUV | 121.05 | 146.02 | 42.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 176 | 153 | 0.99 | 0 | 0.13 | 0.31 | 172.11 | 0.99 | 0.35 |
| Hex | 1 | B0 | 99 | 63 | 0 | D | 1F | AC | 63 | 23 |
| Octal | 1 | 260 | 231 | 143 | 0 | 15 | 37 | 254 | 143 | 43 |
| Binary | 1 | 10110000 | 10011001 | 1100011 | 0 | 1101 | 11111 | 10101100 | 1100011 | 100011 |
Color Harmonies of #01B099
Complementary color
Monochromatic Colors of #01B099
Black with #01B099
Text Example
Text Example
White with #01B099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B099; }
p { color: rgb(1,176,153); }
H1.HeaderClassName
{
color: #01B099;
}
.AnyTagClassName
{
color: #01B099;
}
</style>
background-color css
<style>
a { background-color: #01B099; }
a { background-color: rgb(1,176,153); }
div.DivClassName
{
background-color: #01B099;
}
.BgClassName
{
background-color: #01B099;
}
</style>
border-color css
<style>
span { border-color: #01B099; }
span { border-color: rgb(1,176,153); }
td.TdClassName
{
border-color: #01B099;
}
.TagClassName
{
border-color: #01B099;
}
</style>