Shades of Dark Pastel Green #1ABA37
Tints of Dark Pastel Green #1ABA37
RGB
CMYK
RGB Variations
Color information
#1ABA37 (or 0x1ABA37) is known color: Dark Pastel Green. HEX triplet: 1A, BA and 37. RGB value is (26,186,55). Sum of RGB (Red+Green+Blue) = 26+186+55=267 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.74% from 267); Green value is 186 (73.05% from 255 or 69.66% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABA37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABA37 is #E545C8. Grayscale: #7B7B7B. Windows color (decimal): -15025609 or 3652122. OLE color: 3652122.
HSL color Cylindrical-coordinate representation of color #1ABA37: hue angle of 130.88º degrees, saturation: 0.75, 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 #1ABA37 is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 186 | 55 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.27 |
| HSL | 130.88º | 0.75% | 0.42% | - |
| HSV(B) | 130.88º | 0.86% | 0.73% | - |
| XYZ | 18.67 | 35.61 | 9.5 | - |
| YUV | 123.23 | 89.49 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 186 | 55 | 0.86 | 0 | 0.70 | 0.27 | 130.88 | 0.75 | 0.42 |
| Hex | 1A | BA | 37 | 56 | 0 | 46 | 1B | 83 | 4B | 2A |
| Octal | 32 | 272 | 67 | 126 | 0 | 106 | 33 | 203 | 113 | 52 |
| Binary | 11010 | 10111010 | 110111 | 1010110 | 0 | 1000110 | 11011 | 10000011 | 1001011 | 101010 |
Color Harmonies of #1ABA37
Complementary color
Monochromatic Colors of #1ABA37
Black with #1ABA37
Text Example
Text Example
White with #1ABA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABA37; }
p { color: rgb(26,186,55); }
H1.HeaderClassName
{
color: #1ABA37;
}
.AnyTagClassName
{
color: #1ABA37;
}
</style>
background-color css
<style>
a { background-color: #1ABA37; }
a { background-color: rgb(26,186,55); }
div.DivClassName
{
background-color: #1ABA37;
}
.BgClassName
{
background-color: #1ABA37;
}
</style>
border-color css
<style>
span { border-color: #1ABA37; }
span { border-color: rgb(26,186,55); }
td.TdClassName
{
border-color: #1ABA37;
}
.TagClassName
{
border-color: #1ABA37;
}
</style>