Shades of Pigment Green #1BAC4E
Tints of Pigment Green #1BAC4E
RGB
CMYK
RGB Variations
Color information
#1BAC4E (or 0x1BAC4E) is known color: Pigment Green. HEX triplet: 1B, AC and 4E. RGB value is (27,172,78). Sum of RGB (Red+Green+Blue) = 27+172+78=277 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.75% from 277); Green value is 172 (67.58% from 255 or 62.09% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 172 - color contains mainly: green. Hex color #1BAC4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAC4E is #E453B1. Grayscale: #767676. Windows color (decimal): -14963634 or 5155867. OLE color: 5155867.
HSL color Cylindrical-coordinate representation of color #1BAC4E: hue angle of 141.1º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAC4E is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 172 | 78 | - |
| CMYK | 0.84 | 0 | 0.55 | 0.33 |
| HSL | 141.1º | 0.73% | 0.39% | - |
| HSV(B) | 141.1º | 0.84% | 0.67% | - |
| XYZ | 16.58 | 30.29 | 12.18 | - |
| YUV | 117.93 | 105.46 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 172 | 78 | 0.84 | 0 | 0.55 | 0.33 | 141.1 | 0.73 | 0.39 |
| Hex | 1B | AC | 4E | 54 | 0 | 37 | 21 | 8D | 49 | 27 |
| Octal | 33 | 254 | 116 | 124 | 0 | 67 | 41 | 215 | 111 | 47 |
| Binary | 11011 | 10101100 | 1001110 | 1010100 | 0 | 110111 | 100001 | 10001101 | 1001001 | 100111 |
Color Harmonies of #1BAC4E
Complementary color
Monochromatic Colors of #1BAC4E
Black with #1BAC4E
Text Example
Text Example
White with #1BAC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAC4E; }
p { color: rgb(27,172,78); }
H1.HeaderClassName
{
color: #1BAC4E;
}
.AnyTagClassName
{
color: #1BAC4E;
}
</style>
background-color css
<style>
a { background-color: #1BAC4E; }
a { background-color: rgb(27,172,78); }
div.DivClassName
{
background-color: #1BAC4E;
}
.BgClassName
{
background-color: #1BAC4E;
}
</style>
border-color css
<style>
span { border-color: #1BAC4E; }
span { border-color: rgb(27,172,78); }
td.TdClassName
{
border-color: #1BAC4E;
}
.TagClassName
{
border-color: #1BAC4E;
}
</style>