Shades of Dark Pastel Green #1AC046
Tints of Dark Pastel Green #1AC046
RGB
CMYK
RGB Variations
Color information
#1AC046 (or 0x1AC046) is known color: Dark Pastel Green. HEX triplet: 1A, C0 and 46. RGB value is (26,192,70). Sum of RGB (Red+Green+Blue) = 26+192+70=288 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.03% from 288); Green value is 192 (75.39% from 255 or 66.67% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 192 - color contains mainly: green. Hex color #1AC046 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC046 is #E53FB9. Grayscale: #808080. Windows color (decimal): -15024058 or 4636698. OLE color: 4636698.
HSL color Cylindrical-coordinate representation of color #1AC046: hue angle of 135.9º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AC046 is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 192 | 70 | - |
| CMYK | 0.86 | 0 | 0.64 | 0.25 |
| HSL | 135.9º | 0.76% | 0.43% | - |
| HSV(B) | 135.9º | 0.86% | 0.75% | - |
| XYZ | 20.38 | 38.36 | 12.12 | - |
| YUV | 128.46 | 95 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 192 | 70 | 0.86 | 0 | 0.64 | 0.25 | 135.9 | 0.76 | 0.43 |
| Hex | 1A | C0 | 46 | 56 | 0 | 40 | 19 | 88 | 4C | 2B |
| Octal | 32 | 300 | 106 | 126 | 0 | 100 | 31 | 210 | 114 | 53 |
| Binary | 11010 | 11000000 | 1000110 | 1010110 | 0 | 1000000 | 11001 | 10001000 | 1001100 | 101011 |
Color Harmonies of #1AC046
Complementary color
Monochromatic Colors of #1AC046
Black with #1AC046
Text Example
Text Example
White with #1AC046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC046; }
p { color: rgb(26,192,70); }
H1.HeaderClassName
{
color: #1AC046;
}
.AnyTagClassName
{
color: #1AC046;
}
</style>
background-color css
<style>
a { background-color: #1AC046; }
a { background-color: rgb(26,192,70); }
div.DivClassName
{
background-color: #1AC046;
}
.BgClassName
{
background-color: #1AC046;
}
</style>
border-color css
<style>
span { border-color: #1AC046; }
span { border-color: rgb(26,192,70); }
td.TdClassName
{
border-color: #1AC046;
}
.TagClassName
{
border-color: #1AC046;
}
</style>