Shades of Dark Pastel Green #1AB63A
Tints of Dark Pastel Green #1AB63A
RGB
CMYK
RGB Variations
Color information
#1AB63A (or 0x1AB63A) is known color: Dark Pastel Green. HEX triplet: 1A, B6 and 3A. RGB value is (26,182,58). Sum of RGB (Red+Green+Blue) = 26+182+58=266 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.77% from 266); Green value is 182 (71.48% from 255 or 68.42% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 182 - color contains mainly: green. Hex color #1AB63A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AB63A is #E549C5. Grayscale: #797979. Windows color (decimal): -15026630 or 3847706. OLE color: 3847706.
HSL color Cylindrical-coordinate representation of color #1AB63A: hue angle of 132.31º 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 #1AB63A is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 26 | 182 | 58 | - |
| CMYK | 0.86 | 0 | 0.68 | 0.29 |
| HSL | 132.31º | 0.75% | 0.41% | - |
| HSV(B) | 132.31º | 0.86% | 0.71% | - |
| XYZ | 17.92 | 33.98 | 9.62 | - |
| YUV | 121.22 | 92.32 | 60.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 182 | 58 | 0.86 | 0 | 0.68 | 0.29 | 132.31 | 0.75 | 0.41 |
| Hex | 1A | B6 | 3A | 56 | 0 | 44 | 1D | 84 | 4B | 29 |
| Octal | 32 | 266 | 72 | 126 | 0 | 104 | 35 | 204 | 113 | 51 |
| Binary | 11010 | 10110110 | 111010 | 1010110 | 0 | 1000100 | 11101 | 10000100 | 1001011 | 101001 |
Color Harmonies of #1AB63A
Complementary color
Monochromatic Colors of #1AB63A
Black with #1AB63A
Text Example
Text Example
White with #1AB63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB63A; }
p { color: rgb(26,182,58); }
H1.HeaderClassName
{
color: #1AB63A;
}
.AnyTagClassName
{
color: #1AB63A;
}
</style>
background-color css
<style>
a { background-color: #1AB63A; }
a { background-color: rgb(26,182,58); }
div.DivClassName
{
background-color: #1AB63A;
}
.BgClassName
{
background-color: #1AB63A;
}
</style>
border-color css
<style>
span { border-color: #1AB63A; }
span { border-color: rgb(26,182,58); }
td.TdClassName
{
border-color: #1AB63A;
}
.TagClassName
{
border-color: #1AB63A;
}
</style>