Shades of Dark Pastel Green #1AB84A
Tints of Dark Pastel Green #1AB84A
RGB
CMYK
RGB Variations
Color information
#1AB84A (or 0x1AB84A) is known color: Dark Pastel Green. HEX triplet: 1A, B8 and 4A. RGB value is (26,184,74). Sum of RGB (Red+Green+Blue) = 26+184+74=284 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.15% from 284); Green value is 184 (72.27% from 255 or 64.79% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 184 - color contains mainly: green. Hex color #1AB84A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB84A is #E547B5. Grayscale: #7C7C7C. Windows color (decimal): -15026102 or 4896794. OLE color: 4896794.
HSL color Cylindrical-coordinate representation of color #1AB84A: hue angle of 138.23º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB84A is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 26 | 184 | 74 | - |
| CMYK | 0.86 | 0 | 0.60 | 0.28 |
| HSL | 138.23º | 0.75% | 0.41% | - |
| HSV(B) | 138.23º | 0.86% | 0.72% | - |
| XYZ | 18.8 | 35 | 12.24 | - |
| YUV | 124.22 | 99.65 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 184 | 74 | 0.86 | 0 | 0.60 | 0.28 | 138.23 | 0.75 | 0.41 |
| Hex | 1A | B8 | 4A | 56 | 0 | 3C | 1C | 8A | 4B | 29 |
| Octal | 32 | 270 | 112 | 126 | 0 | 74 | 34 | 212 | 113 | 51 |
| Binary | 11010 | 10111000 | 1001010 | 1010110 | 0 | 111100 | 11100 | 10001010 | 1001011 | 101001 |
Color Harmonies of #1AB84A
Complementary color
Monochromatic Colors of #1AB84A
Black with #1AB84A
Text Example
Text Example
White with #1AB84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB84A; }
p { color: rgb(26,184,74); }
H1.HeaderClassName
{
color: #1AB84A;
}
.AnyTagClassName
{
color: #1AB84A;
}
</style>
background-color css
<style>
a { background-color: #1AB84A; }
a { background-color: rgb(26,184,74); }
div.DivClassName
{
background-color: #1AB84A;
}
.BgClassName
{
background-color: #1AB84A;
}
</style>
border-color css
<style>
span { border-color: #1AB84A; }
span { border-color: rgb(26,184,74); }
td.TdClassName
{
border-color: #1AB84A;
}
.TagClassName
{
border-color: #1AB84A;
}
</style>