Shades of Dark Pastel Green #1BBA4E
Tints of Dark Pastel Green #1BBA4E
RGB
CMYK
RGB Variations
Color information
#1BBA4E (or 0x1BBA4E) is known color: Dark Pastel Green. HEX triplet: 1B, BA and 4E. RGB value is (27,186,78). Sum of RGB (Red+Green+Blue) = 27+186+78=291 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.28% from 291); Green value is 186 (73.05% from 255 or 63.92% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 186 - color contains mainly: green. Hex color #1BBA4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BBA4E is #E445B1. Grayscale: #7E7E7E. Windows color (decimal): -14960050 or 5159451. OLE color: 5159451.
HSL color Cylindrical-coordinate representation of color #1BBA4E: hue angle of 139.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BBA4E is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 186 | 78 | - |
| CMYK | 0.85 | 0 | 0.58 | 0.27 |
| HSL | 139.25º | 0.75% | 0.42% | - |
| HSV(B) | 139.25º | 0.85% | 0.73% | - |
| XYZ | 19.39 | 35.9 | 13.12 | - |
| YUV | 126.15 | 100.82 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 186 | 78 | 0.85 | 0 | 0.58 | 0.27 | 139.25 | 0.75 | 0.42 |
| Hex | 1B | BA | 4E | 55 | 0 | 3A | 1B | 8B | 4B | 2A |
| Octal | 33 | 272 | 116 | 125 | 0 | 72 | 33 | 213 | 113 | 52 |
| Binary | 11011 | 10111010 | 1001110 | 1010101 | 0 | 111010 | 11011 | 10001011 | 1001011 | 101010 |
Color Harmonies of #1BBA4E
Complementary color
Monochromatic Colors of #1BBA4E
Black with #1BBA4E
Text Example
Text Example
White with #1BBA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBA4E; }
p { color: rgb(27,186,78); }
H1.HeaderClassName
{
color: #1BBA4E;
}
.AnyTagClassName
{
color: #1BBA4E;
}
</style>
background-color css
<style>
a { background-color: #1BBA4E; }
a { background-color: rgb(27,186,78); }
div.DivClassName
{
background-color: #1BBA4E;
}
.BgClassName
{
background-color: #1BBA4E;
}
</style>
border-color css
<style>
span { border-color: #1BBA4E; }
span { border-color: rgb(27,186,78); }
td.TdClassName
{
border-color: #1BBA4E;
}
.TagClassName
{
border-color: #1BBA4E;
}
</style>