Shades of Pigment Green #00B54A
Tints of Pigment Green #00B54A
RGB
CMYK
RGB Variations
Color information
#00B54A (or 0x00B54A) is known color: Pigment Green. HEX triplet: 00, B5 and 4A. RGB value is (0,181,74). Sum of RGB (Red+Green+Blue) = 0+181+74=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 181 (71.09% from 255 or 70.98% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 181 - color contains mainly: green. Hex color #00B54A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B54A is #FF4AB5. Grayscale: #727272. Windows color (decimal): -16730806 or 4896000. OLE color: 4896000.
HSL color Cylindrical-coordinate representation of color #00B54A: hue angle of 144.53º 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 #00B54A is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 181 | 74 | - |
| CMYK | 1 | 0 | 0.59 | 0.29 |
| HSL | 144.53º | 1% | 0.35% | - |
| HSV(B) | 144.53º | 1% | 0.71% | - |
| XYZ | 17.76 | 33.54 | 12.02 | - |
| YUV | 114.68 | 105.03 | 46.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 181 | 74 | 1 | 0 | 0.59 | 0.29 | 144.53 | 1 | 0.35 |
| Hex | 0 | B5 | 4A | 64 | 0 | 3B | 1D | 91 | 64 | 23 |
| Octal | 0 | 265 | 112 | 144 | 0 | 73 | 35 | 221 | 144 | 43 |
| Binary | 0 | 10110101 | 1001010 | 1100100 | 0 | 111011 | 11101 | 10010001 | 1100100 | 100011 |
Color Harmonies of #00B54A
Complementary color
Monochromatic Colors of #00B54A
Black with #00B54A
Text Example
Text Example
White with #00B54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B54A; }
p { color: rgb(0,181,74); }
H1.HeaderClassName
{
color: #00B54A;
}
.AnyTagClassName
{
color: #00B54A;
}
</style>
background-color css
<style>
a { background-color: #00B54A; }
a { background-color: rgb(0,181,74); }
div.DivClassName
{
background-color: #00B54A;
}
.BgClassName
{
background-color: #00B54A;
}
</style>
border-color css
<style>
span { border-color: #00B54A; }
span { border-color: rgb(0,181,74); }
td.TdClassName
{
border-color: #00B54A;
}
.TagClassName
{
border-color: #00B54A;
}
</style>