Shades of Dark Pastel Green #1ABC3E
Tints of Dark Pastel Green #1ABC3E
RGB
CMYK
RGB Variations
Color information
#1ABC3E (or 0x1ABC3E) is known color: Dark Pastel Green. HEX triplet: 1A, BC and 3E. RGB value is (26,188,62). Sum of RGB (Red+Green+Blue) = 26+188+62=276 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.42% from 276); Green value is 188 (73.83% from 255 or 68.12% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABC3E is #E543C1. Grayscale: #7D7D7D. Windows color (decimal): -15025090 or 4111386. OLE color: 4111386.
HSL color Cylindrical-coordinate representation of color #1ABC3E: hue angle of 133.33º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABC3E is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 188 | 62 | - |
| CMYK | 0.86 | 0 | 0.67 | 0.26 |
| HSL | 133.33º | 0.76% | 0.42% | - |
| HSV(B) | 133.33º | 0.86% | 0.74% | - |
| XYZ | 19.28 | 36.53 | 10.59 | - |
| YUV | 125.2 | 92.33 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 188 | 62 | 0.86 | 0 | 0.67 | 0.26 | 133.33 | 0.76 | 0.42 |
| Hex | 1A | BC | 3E | 56 | 0 | 43 | 1A | 85 | 4C | 2A |
| Octal | 32 | 274 | 76 | 126 | 0 | 103 | 32 | 205 | 114 | 52 |
| Binary | 11010 | 10111100 | 111110 | 1010110 | 0 | 1000011 | 11010 | 10000101 | 1001100 | 101010 |
Color Harmonies of #1ABC3E
Complementary color
Monochromatic Colors of #1ABC3E
Black with #1ABC3E
Text Example
Text Example
White with #1ABC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABC3E; }
p { color: rgb(26,188,62); }
H1.HeaderClassName
{
color: #1ABC3E;
}
.AnyTagClassName
{
color: #1ABC3E;
}
</style>
background-color css
<style>
a { background-color: #1ABC3E; }
a { background-color: rgb(26,188,62); }
div.DivClassName
{
background-color: #1ABC3E;
}
.BgClassName
{
background-color: #1ABC3E;
}
</style>
border-color css
<style>
span { border-color: #1ABC3E; }
span { border-color: rgb(26,188,62); }
td.TdClassName
{
border-color: #1ABC3E;
}
.TagClassName
{
border-color: #1ABC3E;
}
</style>