Shades of Persian Green #01B898
Tints of Persian Green #01B898
RGB
CMYK
RGB Variations
Color information
#01B898 (or 0x01B898) is known color: Persian Green. HEX triplet: 01, B8 and 98. RGB value is (1,184,152). Sum of RGB (Red+Green+Blue) = 1+184+152=337 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 337); Green value is 184 (72.27% from 255 or 54.60% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 184 - color contains mainly: green. Hex color #01B898 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B898 is #FE4767. Grayscale: #7D7D7D. Windows color (decimal): -16664424 or 10008577. OLE color: 10008577.
HSL color Cylindrical-coordinate representation of color #01B898: hue angle of 169.51º 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 #01B898 is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 184 | 152 | - |
| CMYK | 0.99 | 0 | 0.17 | 0.28 |
| HSL | 169.51º | 0.99% | 0.36% | - |
| HSV(B) | 169.51º | 0.99% | 0.72% | - |
| XYZ | 22.82 | 36.55 | 35.56 | - |
| YUV | 125.64 | 142.87 | 39.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 184 | 152 | 0.99 | 0 | 0.17 | 0.28 | 169.51 | 0.99 | 0.36 |
| Hex | 1 | B8 | 98 | 63 | 0 | 11 | 1C | AA | 63 | 24 |
| Octal | 1 | 270 | 230 | 143 | 0 | 21 | 34 | 252 | 143 | 44 |
| Binary | 1 | 10111000 | 10011000 | 1100011 | 0 | 10001 | 11100 | 10101010 | 1100011 | 100100 |
Color Harmonies of #01B898
Complementary color
Monochromatic Colors of #01B898
Black with #01B898
Text Example
Text Example
White with #01B898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B898; }
p { color: rgb(1,184,152); }
H1.HeaderClassName
{
color: #01B898;
}
.AnyTagClassName
{
color: #01B898;
}
</style>
background-color css
<style>
a { background-color: #01B898; }
a { background-color: rgb(1,184,152); }
div.DivClassName
{
background-color: #01B898;
}
.BgClassName
{
background-color: #01B898;
}
</style>
border-color css
<style>
span { border-color: #01B898; }
span { border-color: rgb(1,184,152); }
td.TdClassName
{
border-color: #01B898;
}
.TagClassName
{
border-color: #01B898;
}
</style>