Shades of Pigment Green #00B14F
Tints of Pigment Green #00B14F
RGB
CMYK
RGB Variations
Color information
#00B14F (or 0x00B14F) is known color: Pigment Green. HEX triplet: 00, B1 and 4F. RGB value is (0,177,79). Sum of RGB (Red+Green+Blue) = 0+177+79=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 177 (69.53% from 255 or 69.14% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 177 - color contains mainly: green. Hex color #00B14F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00B14F is #FF4EB0. Grayscale: #717171. Windows color (decimal): -16731825 or 5222656. OLE color: 5222656.
HSL color Cylindrical-coordinate representation of color #00B14F: hue angle of 146.78º 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 #00B14F is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 177 | 79 | - |
| CMYK | 1 | 0 | 0.55 | 0.31 |
| HSL | 146.78º | 1% | 0.35% | - |
| HSV(B) | 146.78º | 1% | 0.69% | - |
| XYZ | 17.13 | 32.01 | 12.67 | - |
| YUV | 112.91 | 108.86 | 47.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 177 | 79 | 1 | 0 | 0.55 | 0.31 | 146.78 | 1 | 0.35 |
| Hex | 0 | B1 | 4F | 64 | 0 | 37 | 1F | 93 | 64 | 23 |
| Octal | 0 | 261 | 117 | 144 | 0 | 67 | 37 | 223 | 144 | 43 |
| Binary | 0 | 10110001 | 1001111 | 1100100 | 0 | 110111 | 11111 | 10010011 | 1100100 | 100011 |
Color Harmonies of #00B14F
Complementary color
Monochromatic Colors of #00B14F
Black with #00B14F
Text Example
Text Example
White with #00B14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B14F; }
p { color: rgb(0,177,79); }
H1.HeaderClassName
{
color: #00B14F;
}
.AnyTagClassName
{
color: #00B14F;
}
</style>
background-color css
<style>
a { background-color: #00B14F; }
a { background-color: rgb(0,177,79); }
div.DivClassName
{
background-color: #00B14F;
}
.BgClassName
{
background-color: #00B14F;
}
</style>
border-color css
<style>
span { border-color: #00B14F; }
span { border-color: rgb(0,177,79); }
td.TdClassName
{
border-color: #00B14F;
}
.TagClassName
{
border-color: #00B14F;
}
</style>