Shades of Dark Pastel Green #1AB83B
Tints of Dark Pastel Green #1AB83B
RGB
CMYK
RGB Variations
Color information
#1AB83B (or 0x1AB83B) is known color: Dark Pastel Green. HEX triplet: 1A, B8 and 3B. RGB value is (26,184,59). Sum of RGB (Red+Green+Blue) = 26+184+59=269 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.67% from 269); Green value is 184 (72.27% from 255 or 68.40% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 184 - color contains mainly: green. Hex color #1AB83B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB83B is #E547C4. Grayscale: #7A7A7A. Windows color (decimal): -15026117 or 3913754. OLE color: 3913754.
HSL color Cylindrical-coordinate representation of color #1AB83B: hue angle of 132.53º 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 #1AB83B is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 26 | 184 | 59 | - |
| CMYK | 0.86 | 0 | 0.68 | 0.28 |
| HSL | 132.53º | 0.75% | 0.41% | - |
| HSV(B) | 132.53º | 0.86% | 0.72% | - |
| XYZ | 18.36 | 34.82 | 9.89 | - |
| YUV | 122.51 | 92.15 | 59.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 184 | 59 | 0.86 | 0 | 0.68 | 0.28 | 132.53 | 0.75 | 0.41 |
| Hex | 1A | B8 | 3B | 56 | 0 | 44 | 1C | 85 | 4B | 29 |
| Octal | 32 | 270 | 73 | 126 | 0 | 104 | 34 | 205 | 113 | 51 |
| Binary | 11010 | 10111000 | 111011 | 1010110 | 0 | 1000100 | 11100 | 10000101 | 1001011 | 101001 |
Color Harmonies of #1AB83B
Complementary color
Monochromatic Colors of #1AB83B
Black with #1AB83B
Text Example
Text Example
White with #1AB83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB83B; }
p { color: rgb(26,184,59); }
H1.HeaderClassName
{
color: #1AB83B;
}
.AnyTagClassName
{
color: #1AB83B;
}
</style>
background-color css
<style>
a { background-color: #1AB83B; }
a { background-color: rgb(26,184,59); }
div.DivClassName
{
background-color: #1AB83B;
}
.BgClassName
{
background-color: #1AB83B;
}
</style>
border-color css
<style>
span { border-color: #1AB83B; }
span { border-color: rgb(26,184,59); }
td.TdClassName
{
border-color: #1AB83B;
}
.TagClassName
{
border-color: #1AB83B;
}
</style>