Shades of Dark Pastel Green #1ABB4B
Tints of Dark Pastel Green #1ABB4B
RGB
CMYK
RGB Variations
Color information
#1ABB4B (or 0x1ABB4B) is known color: Dark Pastel Green. HEX triplet: 1A, BB and 4B. RGB value is (26,187,75). Sum of RGB (Red+Green+Blue) = 26+187+75=288 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.03% from 288); Green value is 187 (73.44% from 255 or 64.93% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 187 - color contains mainly: green. Hex color #1ABB4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABB4B is #E544B4. Grayscale: #7E7E7E. Windows color (decimal): -15025333 or 4963098. OLE color: 4963098.
HSL color Cylindrical-coordinate representation of color #1ABB4B: hue angle of 138.26º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABB4B is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 187 | 75 | - |
| CMYK | 0.86 | 0 | 0.60 | 0.27 |
| HSL | 138.26º | 0.76% | 0.42% | - |
| HSV(B) | 138.26º | 0.86% | 0.73% | - |
| XYZ | 19.47 | 36.27 | 12.63 | - |
| YUV | 126.09 | 99.16 | 56.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 75 | 0.86 | 0 | 0.60 | 0.27 | 138.26 | 0.76 | 0.42 |
| Hex | 1A | BB | 4B | 56 | 0 | 3C | 1B | 8A | 4C | 2A |
| Octal | 32 | 273 | 113 | 126 | 0 | 74 | 33 | 212 | 114 | 52 |
| Binary | 11010 | 10111011 | 1001011 | 1010110 | 0 | 111100 | 11011 | 10001010 | 1001100 | 101010 |
Color Harmonies of #1ABB4B
Complementary color
Monochromatic Colors of #1ABB4B
Black with #1ABB4B
Text Example
Text Example
White with #1ABB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABB4B; }
p { color: rgb(26,187,75); }
H1.HeaderClassName
{
color: #1ABB4B;
}
.AnyTagClassName
{
color: #1ABB4B;
}
</style>
background-color css
<style>
a { background-color: #1ABB4B; }
a { background-color: rgb(26,187,75); }
div.DivClassName
{
background-color: #1ABB4B;
}
.BgClassName
{
background-color: #1ABB4B;
}
</style>
border-color css
<style>
span { border-color: #1ABB4B; }
span { border-color: rgb(26,187,75); }
td.TdClassName
{
border-color: #1ABB4B;
}
.TagClassName
{
border-color: #1ABB4B;
}
</style>