Shades of Pigment Green #00B14D
Tints of Pigment Green #00B14D
RGB
CMYK
RGB Variations
Color information
#00B14D (or 0x00B14D) is known color: Pigment Green. HEX triplet: 00, B1 and 4D. RGB value is (0,177,77). Sum of RGB (Red+Green+Blue) = 0+177+77=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 177 (69.53% from 255 or 69.69% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 177 - color contains mainly: green. Hex color #00B14D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00B14D is #FF4EB2. Grayscale: #707070. Windows color (decimal): -16731827 or 5091584. OLE color: 5091584.
HSL color Cylindrical-coordinate representation of color #00B14D: hue angle of 146.1º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B14D is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 177 | 77 | - |
| CMYK | 1 | 0 | 0.56 | 0.31 |
| HSL | 146.1º | 1% | 0.35% | - |
| HSV(B) | 146.1º | 1% | 0.69% | - |
| XYZ | 17.06 | 31.98 | 12.29 | - |
| YUV | 112.68 | 107.86 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 177 | 77 | 1 | 0 | 0.56 | 0.31 | 146.1 | 1 | 0.35 |
| Hex | 0 | B1 | 4D | 64 | 0 | 38 | 1F | 92 | 64 | 23 |
| Octal | 0 | 261 | 115 | 144 | 0 | 70 | 37 | 222 | 144 | 43 |
| Binary | 0 | 10110001 | 1001101 | 1100100 | 0 | 111000 | 11111 | 10010010 | 1100100 | 100011 |
Color Harmonies of #00B14D
Complementary color
Monochromatic Colors of #00B14D
Black with #00B14D
Text Example
Text Example
White with #00B14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B14D; }
p { color: rgb(0,177,77); }
H1.HeaderClassName
{
color: #00B14D;
}
.AnyTagClassName
{
color: #00B14D;
}
</style>
background-color css
<style>
a { background-color: #00B14D; }
a { background-color: rgb(0,177,77); }
div.DivClassName
{
background-color: #00B14D;
}
.BgClassName
{
background-color: #00B14D;
}
</style>
border-color css
<style>
span { border-color: #00B14D; }
span { border-color: rgb(0,177,77); }
td.TdClassName
{
border-color: #00B14D;
}
.TagClassName
{
border-color: #00B14D;
}
</style>