Shades of Pigment Green #04BA5E
Tints of Pigment Green #04BA5E
RGB
CMYK
RGB Variations
Color information
#04BA5E (or 0x04BA5E) is known color: Pigment Green. HEX triplet: 04, BA and 5E. RGB value is (4,186,94). Sum of RGB (Red+Green+Blue) = 4+186+94=284 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 284); Green value is 186 (73.05% from 255 or 65.49% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BA5E is #FB45A1. Grayscale: #797979. Windows color (decimal): -16467362 or 6208004. OLE color: 6208004.
HSL color Cylindrical-coordinate representation of color #04BA5E: hue angle of 149.67º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BA5E is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 186 | 94 | - |
| CMYK | 0.98 | 0 | 0.49 | 0.27 |
| HSL | 149.67º | 0.96% | 0.37% | - |
| HSV(B) | 149.67º | 0.98% | 0.73% | - |
| XYZ | 19.63 | 35.95 | 16.49 | - |
| YUV | 121.09 | 112.7 | 44.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 186 | 94 | 0.98 | 0 | 0.49 | 0.27 | 149.67 | 0.96 | 0.37 |
| Hex | 4 | BA | 5E | 62 | 0 | 31 | 1B | 96 | 60 | 25 |
| Octal | 4 | 272 | 136 | 142 | 0 | 61 | 33 | 226 | 140 | 45 |
| Binary | 100 | 10111010 | 1011110 | 1100010 | 0 | 110001 | 11011 | 10010110 | 1100000 | 100101 |
Color Harmonies of #04BA5E
Complementary color
Monochromatic Colors of #04BA5E
Black with #04BA5E
Text Example
Text Example
White with #04BA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BA5E; }
p { color: rgb(4,186,94); }
H1.HeaderClassName
{
color: #04BA5E;
}
.AnyTagClassName
{
color: #04BA5E;
}
</style>
background-color css
<style>
a { background-color: #04BA5E; }
a { background-color: rgb(4,186,94); }
div.DivClassName
{
background-color: #04BA5E;
}
.BgClassName
{
background-color: #04BA5E;
}
</style>
border-color css
<style>
span { border-color: #04BA5E; }
span { border-color: rgb(4,186,94); }
td.TdClassName
{
border-color: #04BA5E;
}
.TagClassName
{
border-color: #04BA5E;
}
</style>