Shades of Persian Green #00B499
Tints of Persian Green #00B499
RGB
CMYK
RGB Variations
Color information
#00B499 (or 0x00B499) is known color: Persian Green. HEX triplet: 00, B4 and 99. RGB value is (0,180,153). Sum of RGB (Red+Green+Blue) = 0+180+153=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 180 (70.70% from 255 or 54.05% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 180 - color contains mainly: green. Hex color #00B499 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B499 is #FF4B66. Grayscale: #7B7B7B. Windows color (decimal): -16730983 or 10073088. OLE color: 10073088.
HSL color Cylindrical-coordinate representation of color #00B499: hue angle of 171º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B499 is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 180 | 153 | - |
| CMYK | 1 | 0 | 0.15 | 0.29 |
| HSL | 171º | 1% | 0.35% | - |
| HSV(B) | 171º | 1% | 0.71% | - |
| XYZ | 22.07 | 34.94 | 35.72 | - |
| YUV | 123.1 | 144.87 | 40.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 180 | 153 | 1 | 0 | 0.15 | 0.29 | 171 | 1 | 0.35 |
| Hex | 0 | B4 | 99 | 64 | 0 | F | 1D | AB | 64 | 23 |
| Octal | 0 | 264 | 231 | 144 | 0 | 17 | 35 | 253 | 144 | 43 |
| Binary | 0 | 10110100 | 10011001 | 1100100 | 0 | 1111 | 11101 | 10101011 | 1100100 | 100011 |
Color Harmonies of #00B499
Complementary color
Monochromatic Colors of #00B499
Black with #00B499
Text Example
Text Example
White with #00B499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B499; }
p { color: rgb(0,180,153); }
H1.HeaderClassName
{
color: #00B499;
}
.AnyTagClassName
{
color: #00B499;
}
</style>
background-color css
<style>
a { background-color: #00B499; }
a { background-color: rgb(0,180,153); }
div.DivClassName
{
background-color: #00B499;
}
.BgClassName
{
background-color: #00B499;
}
</style>
border-color css
<style>
span { border-color: #00B499; }
span { border-color: rgb(0,180,153); }
td.TdClassName
{
border-color: #00B499;
}
.TagClassName
{
border-color: #00B499;
}
</style>