Shades of Dark Pastel Green #1ABC38
Tints of Dark Pastel Green #1ABC38
RGB
CMYK
RGB Variations
Color information
#1ABC38 (or 0x1ABC38) is known color: Dark Pastel Green. HEX triplet: 1A, BC and 38. RGB value is (26,188,56). Sum of RGB (Red+Green+Blue) = 26+188+56=270 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.63% from 270); Green value is 188 (73.83% from 255 or 69.63% from 270); Blue value is 56 (22.27% from 255 or 20.74% from 270); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABC38 is #E543C7. Grayscale: #7C7C7C. Windows color (decimal): -15025096 or 3718170. OLE color: 3718170.
HSL color Cylindrical-coordinate representation of color #1ABC38: hue angle of 131.11º 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 #1ABC38 is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 188 | 56 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.26 |
| HSL | 131.11º | 0.76% | 0.42% | - |
| HSV(B) | 131.11º | 0.86% | 0.74% | - |
| XYZ | 19.12 | 36.47 | 9.77 | - |
| YUV | 124.51 | 89.33 | 57.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 188 | 56 | 0.86 | 0 | 0.70 | 0.26 | 131.11 | 0.76 | 0.42 |
| Hex | 1A | BC | 38 | 56 | 0 | 46 | 1A | 83 | 4C | 2A |
| Octal | 32 | 274 | 70 | 126 | 0 | 106 | 32 | 203 | 114 | 52 |
| Binary | 11010 | 10111100 | 111000 | 1010110 | 0 | 1000110 | 11010 | 10000011 | 1001100 | 101010 |
Color Harmonies of #1ABC38
Complementary color
Monochromatic Colors of #1ABC38
Black with #1ABC38
Text Example
Text Example
White with #1ABC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABC38; }
p { color: rgb(26,188,56); }
H1.HeaderClassName
{
color: #1ABC38;
}
.AnyTagClassName
{
color: #1ABC38;
}
</style>
background-color css
<style>
a { background-color: #1ABC38; }
a { background-color: rgb(26,188,56); }
div.DivClassName
{
background-color: #1ABC38;
}
.BgClassName
{
background-color: #1ABC38;
}
</style>
border-color css
<style>
span { border-color: #1ABC38; }
span { border-color: rgb(26,188,56); }
td.TdClassName
{
border-color: #1ABC38;
}
.TagClassName
{
border-color: #1ABC38;
}
</style>