Shades of Pigment Green #00B14E
Tints of Pigment Green #00B14E
RGB
CMYK
RGB Variations
Color information
#00B14E (or 0x00B14E) is known color: Pigment Green. HEX triplet: 00, B1 and 4E. RGB value is (0,177,78). Sum of RGB (Red+Green+Blue) = 0+177+78=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 177 (69.53% from 255 or 69.41% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 177 - color contains mainly: green. Hex color #00B14E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00B14E is #FF4EB1. Grayscale: #717171. Windows color (decimal): -16731826 or 5157120. OLE color: 5157120.
HSL color Cylindrical-coordinate representation of color #00B14E: hue angle of 146.44º 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 #00B14E is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 177 | 78 | - |
| CMYK | 1 | 0 | 0.56 | 0.31 |
| HSL | 146.44º | 1% | 0.35% | - |
| HSV(B) | 146.44º | 1% | 0.69% | - |
| XYZ | 17.1 | 31.99 | 12.48 | - |
| YUV | 112.79 | 108.36 | 47.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 177 | 78 | 1 | 0 | 0.56 | 0.31 | 146.44 | 1 | 0.35 |
| Hex | 0 | B1 | 4E | 64 | 0 | 38 | 1F | 92 | 64 | 23 |
| Octal | 0 | 261 | 116 | 144 | 0 | 70 | 37 | 222 | 144 | 43 |
| Binary | 0 | 10110001 | 1001110 | 1100100 | 0 | 111000 | 11111 | 10010010 | 1100100 | 100011 |
Color Harmonies of #00B14E
Complementary color
Monochromatic Colors of #00B14E
Black with #00B14E
Text Example
Text Example
White with #00B14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B14E; }
p { color: rgb(0,177,78); }
H1.HeaderClassName
{
color: #00B14E;
}
.AnyTagClassName
{
color: #00B14E;
}
</style>
background-color css
<style>
a { background-color: #00B14E; }
a { background-color: rgb(0,177,78); }
div.DivClassName
{
background-color: #00B14E;
}
.BgClassName
{
background-color: #00B14E;
}
</style>
border-color css
<style>
span { border-color: #00B14E; }
span { border-color: rgb(0,177,78); }
td.TdClassName
{
border-color: #00B14E;
}
.TagClassName
{
border-color: #00B14E;
}
</style>