Shades of Dark Pastel Green #1ABA3C
Tints of Dark Pastel Green #1ABA3C
RGB
CMYK
RGB Variations
Color information
#1ABA3C (or 0x1ABA3C) is known color: Dark Pastel Green. HEX triplet: 1A, BA and 3C. RGB value is (26,186,60). Sum of RGB (Red+Green+Blue) = 26+186+60=272 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.56% from 272); Green value is 186 (73.05% from 255 or 68.38% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABA3C is #E545C3. Grayscale: #7C7C7C. Windows color (decimal): -15025604 or 3979802. OLE color: 3979802.
HSL color Cylindrical-coordinate representation of color #1ABA3C: hue angle of 132.75º 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 #1ABA3C is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 186 | 60 | - |
| CMYK | 0.86 | 0 | 0.68 | 0.27 |
| HSL | 132.75º | 0.75% | 0.42% | - |
| HSV(B) | 132.75º | 0.86% | 0.73% | - |
| XYZ | 18.8 | 35.66 | 10.17 | - |
| YUV | 123.8 | 91.99 | 58.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 186 | 60 | 0.86 | 0 | 0.68 | 0.27 | 132.75 | 0.75 | 0.42 |
| Hex | 1A | BA | 3C | 56 | 0 | 44 | 1B | 85 | 4B | 2A |
| Octal | 32 | 272 | 74 | 126 | 0 | 104 | 33 | 205 | 113 | 52 |
| Binary | 11010 | 10111010 | 111100 | 1010110 | 0 | 1000100 | 11011 | 10000101 | 1001011 | 101010 |
Color Harmonies of #1ABA3C
Complementary color
Monochromatic Colors of #1ABA3C
Black with #1ABA3C
Text Example
Text Example
White with #1ABA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABA3C; }
p { color: rgb(26,186,60); }
H1.HeaderClassName
{
color: #1ABA3C;
}
.AnyTagClassName
{
color: #1ABA3C;
}
</style>
background-color css
<style>
a { background-color: #1ABA3C; }
a { background-color: rgb(26,186,60); }
div.DivClassName
{
background-color: #1ABA3C;
}
.BgClassName
{
background-color: #1ABA3C;
}
</style>
border-color css
<style>
span { border-color: #1ABA3C; }
span { border-color: rgb(26,186,60); }
td.TdClassName
{
border-color: #1ABA3C;
}
.TagClassName
{
border-color: #1ABA3C;
}
</style>