Shades of Pigment Green #0BB14E
Tints of Pigment Green #0BB14E
RGB
CMYK
RGB Variations
Color information
#0BB14E (or 0x0BB14E) is known color: Pigment Green. HEX triplet: 0B, B1 and 4E. RGB value is (11,177,78). Sum of RGB (Red+Green+Blue) = 11+177+78=266 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.14% from 266); Green value is 177 (69.53% from 255 or 66.54% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 177 - color contains mainly: green. Hex color #0BB14E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BB14E is #F44EB1. Grayscale: #747474. Windows color (decimal): -16010930 or 5157131. OLE color: 5157131.
HSL color Cylindrical-coordinate representation of color #0BB14E: hue angle of 144.22º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB14E is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 11 | 177 | 78 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.31 |
| HSL | 144.22º | 0.88% | 0.37% | - |
| HSV(B) | 144.22º | 0.94% | 0.69% | - |
| XYZ | 17.24 | 32.07 | 12.49 | - |
| YUV | 116.08 | 106.5 | 53.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 177 | 78 | 0.94 | 0 | 0.56 | 0.31 | 144.22 | 0.88 | 0.37 |
| Hex | B | B1 | 4E | 5E | 0 | 38 | 1F | 90 | 58 | 25 |
| Octal | 13 | 261 | 116 | 136 | 0 | 70 | 37 | 220 | 130 | 45 |
| Binary | 1011 | 10110001 | 1001110 | 1011110 | 0 | 111000 | 11111 | 10010000 | 1011000 | 100101 |
Color Harmonies of #0BB14E
Complementary color
Monochromatic Colors of #0BB14E
Black with #0BB14E
Text Example
Text Example
White with #0BB14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB14E; }
p { color: rgb(11,177,78); }
H1.HeaderClassName
{
color: #0BB14E;
}
.AnyTagClassName
{
color: #0BB14E;
}
</style>
background-color css
<style>
a { background-color: #0BB14E; }
a { background-color: rgb(11,177,78); }
div.DivClassName
{
background-color: #0BB14E;
}
.BgClassName
{
background-color: #0BB14E;
}
</style>
border-color css
<style>
span { border-color: #0BB14E; }
span { border-color: rgb(11,177,78); }
td.TdClassName
{
border-color: #0BB14E;
}
.TagClassName
{
border-color: #0BB14E;
}
</style>