Shades of Dark Pastel Green #1AB63E
Tints of Dark Pastel Green #1AB63E
RGB
CMYK
RGB Variations
Color information
#1AB63E (or 0x1AB63E) is known color: Dark Pastel Green. HEX triplet: 1A, B6 and 3E. RGB value is (26,182,62). Sum of RGB (Red+Green+Blue) = 26+182+62=270 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.63% from 270); Green value is 182 (71.48% from 255 or 67.41% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 182 - color contains mainly: green. Hex color #1AB63E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB63E is #E549C1. Grayscale: #7A7A7A. Windows color (decimal): -15026626 or 4109850. OLE color: 4109850.
HSL color Cylindrical-coordinate representation of color #1AB63E: hue angle of 133.85º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB63E is Cyan = 0.86, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 26 | 182 | 62 | - |
| CMYK | 0.86 | 0 | 0.66 | 0.29 |
| HSL | 133.85º | 0.75% | 0.41% | - |
| HSV(B) | 133.85º | 0.86% | 0.71% | - |
| XYZ | 18.02 | 34.02 | 10.17 | - |
| YUV | 121.68 | 94.32 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 182 | 62 | 0.86 | 0 | 0.66 | 0.29 | 133.85 | 0.75 | 0.41 |
| Hex | 1A | B6 | 3E | 56 | 0 | 42 | 1D | 86 | 4B | 29 |
| Octal | 32 | 266 | 76 | 126 | 0 | 102 | 35 | 206 | 113 | 51 |
| Binary | 11010 | 10110110 | 111110 | 1010110 | 0 | 1000010 | 11101 | 10000110 | 1001011 | 101001 |
Color Harmonies of #1AB63E
Complementary color
Monochromatic Colors of #1AB63E
Black with #1AB63E
Text Example
Text Example
White with #1AB63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB63E; }
p { color: rgb(26,182,62); }
H1.HeaderClassName
{
color: #1AB63E;
}
.AnyTagClassName
{
color: #1AB63E;
}
</style>
background-color css
<style>
a { background-color: #1AB63E; }
a { background-color: rgb(26,182,62); }
div.DivClassName
{
background-color: #1AB63E;
}
.BgClassName
{
background-color: #1AB63E;
}
</style>
border-color css
<style>
span { border-color: #1AB63E; }
span { border-color: rgb(26,182,62); }
td.TdClassName
{
border-color: #1AB63E;
}
.TagClassName
{
border-color: #1AB63E;
}
</style>