Shades of Dark Pastel Green #1ABB3C
Tints of Dark Pastel Green #1ABB3C
RGB
CMYK
RGB Variations
Color information
#1ABB3C (or 0x1ABB3C) is known color: Dark Pastel Green. HEX triplet: 1A, BB and 3C. RGB value is (26,187,60). Sum of RGB (Red+Green+Blue) = 26+187+60=273 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.52% from 273); Green value is 187 (73.44% from 255 or 68.50% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 187 - color contains mainly: green. Hex color #1ABB3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABB3C is #E544C3. Grayscale: #7C7C7C. Windows color (decimal): -15025348 or 3980058. OLE color: 3980058.
HSL color Cylindrical-coordinate representation of color #1ABB3C: hue angle of 132.67º 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 #1ABB3C is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 187 | 60 | - |
| CMYK | 0.86 | 0 | 0.68 | 0.27 |
| HSL | 132.67º | 0.76% | 0.42% | - |
| HSV(B) | 132.67º | 0.86% | 0.73% | - |
| XYZ | 19.01 | 36.09 | 10.24 | - |
| YUV | 124.38 | 91.66 | 57.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 60 | 0.86 | 0 | 0.68 | 0.27 | 132.67 | 0.76 | 0.42 |
| Hex | 1A | BB | 3C | 56 | 0 | 44 | 1B | 85 | 4C | 2A |
| Octal | 32 | 273 | 74 | 126 | 0 | 104 | 33 | 205 | 114 | 52 |
| Binary | 11010 | 10111011 | 111100 | 1010110 | 0 | 1000100 | 11011 | 10000101 | 1001100 | 101010 |
Color Harmonies of #1ABB3C
Complementary color
Monochromatic Colors of #1ABB3C
Black with #1ABB3C
Text Example
Text Example
White with #1ABB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABB3C; }
p { color: rgb(26,187,60); }
H1.HeaderClassName
{
color: #1ABB3C;
}
.AnyTagClassName
{
color: #1ABB3C;
}
</style>
background-color css
<style>
a { background-color: #1ABB3C; }
a { background-color: rgb(26,187,60); }
div.DivClassName
{
background-color: #1ABB3C;
}
.BgClassName
{
background-color: #1ABB3C;
}
</style>
border-color css
<style>
span { border-color: #1ABB3C; }
span { border-color: rgb(26,187,60); }
td.TdClassName
{
border-color: #1ABB3C;
}
.TagClassName
{
border-color: #1ABB3C;
}
</style>