Shades of Dark Pastel Green #1AB83D
Tints of Dark Pastel Green #1AB83D
RGB
CMYK
RGB Variations
Color information
#1AB83D (or 0x1AB83D) is known color: Dark Pastel Green. HEX triplet: 1A, B8 and 3D. RGB value is (26,184,61). Sum of RGB (Red+Green+Blue) = 26+184+61=271 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.59% from 271); Green value is 184 (72.27% from 255 or 67.90% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 184 - color contains mainly: green. Hex color #1AB83D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB83D is #E547C2. Grayscale: #7B7B7B. Windows color (decimal): -15026115 or 4044826. OLE color: 4044826.
HSL color Cylindrical-coordinate representation of color #1AB83D: hue angle of 133.29º 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 #1AB83D is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 26 | 184 | 61 | - |
| CMYK | 0.86 | 0 | 0.67 | 0.28 |
| HSL | 133.29º | 0.75% | 0.41% | - |
| HSV(B) | 133.29º | 0.86% | 0.72% | - |
| XYZ | 18.41 | 34.84 | 10.17 | - |
| YUV | 122.74 | 93.15 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 184 | 61 | 0.86 | 0 | 0.67 | 0.28 | 133.29 | 0.75 | 0.41 |
| Hex | 1A | B8 | 3D | 56 | 0 | 43 | 1C | 85 | 4B | 29 |
| Octal | 32 | 270 | 75 | 126 | 0 | 103 | 34 | 205 | 113 | 51 |
| Binary | 11010 | 10111000 | 111101 | 1010110 | 0 | 1000011 | 11100 | 10000101 | 1001011 | 101001 |
Color Harmonies of #1AB83D
Complementary color
Monochromatic Colors of #1AB83D
Black with #1AB83D
Text Example
Text Example
White with #1AB83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB83D; }
p { color: rgb(26,184,61); }
H1.HeaderClassName
{
color: #1AB83D;
}
.AnyTagClassName
{
color: #1AB83D;
}
</style>
background-color css
<style>
a { background-color: #1AB83D; }
a { background-color: rgb(26,184,61); }
div.DivClassName
{
background-color: #1AB83D;
}
.BgClassName
{
background-color: #1AB83D;
}
</style>
border-color css
<style>
span { border-color: #1AB83D; }
span { border-color: rgb(26,184,61); }
td.TdClassName
{
border-color: #1AB83D;
}
.TagClassName
{
border-color: #1AB83D;
}
</style>