Shades of Dark Pastel Green #1ABC4A
Tints of Dark Pastel Green #1ABC4A
RGB
CMYK
RGB Variations
Color information
#1ABC4A (or 0x1ABC4A) is known color: Dark Pastel Green. HEX triplet: 1A, BC and 4A. RGB value is (26,188,74). Sum of RGB (Red+Green+Blue) = 26+188+74=288 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.03% from 288); Green value is 188 (73.83% from 255 or 65.28% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABC4A is #E543B5. Grayscale: #7E7E7E. Windows color (decimal): -15025078 or 4897818. OLE color: 4897818.
HSL color Cylindrical-coordinate representation of color #1ABC4A: hue angle of 137.78º 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 #1ABC4A is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 188 | 74 | - |
| CMYK | 0.86 | 0 | 0.61 | 0.26 |
| HSL | 137.78º | 0.76% | 0.42% | - |
| HSV(B) | 137.78º | 0.86% | 0.74% | - |
| XYZ | 19.65 | 36.68 | 12.52 | - |
| YUV | 126.57 | 98.33 | 56.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 188 | 74 | 0.86 | 0 | 0.61 | 0.26 | 137.78 | 0.76 | 0.42 |
| Hex | 1A | BC | 4A | 56 | 0 | 3D | 1A | 8A | 4C | 2A |
| Octal | 32 | 274 | 112 | 126 | 0 | 75 | 32 | 212 | 114 | 52 |
| Binary | 11010 | 10111100 | 1001010 | 1010110 | 0 | 111101 | 11010 | 10001010 | 1001100 | 101010 |
Color Harmonies of #1ABC4A
Complementary color
Monochromatic Colors of #1ABC4A
Black with #1ABC4A
Text Example
Text Example
White with #1ABC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABC4A; }
p { color: rgb(26,188,74); }
H1.HeaderClassName
{
color: #1ABC4A;
}
.AnyTagClassName
{
color: #1ABC4A;
}
</style>
background-color css
<style>
a { background-color: #1ABC4A; }
a { background-color: rgb(26,188,74); }
div.DivClassName
{
background-color: #1ABC4A;
}
.BgClassName
{
background-color: #1ABC4A;
}
</style>
border-color css
<style>
span { border-color: #1ABC4A; }
span { border-color: rgb(26,188,74); }
td.TdClassName
{
border-color: #1ABC4A;
}
.TagClassName
{
border-color: #1ABC4A;
}
</style>