Shades of Dark Pastel Green #1ACC3C
Tints of Dark Pastel Green #1ACC3C
RGB
CMYK
RGB Variations
Color information
#1ACC3C (or 0x1ACC3C) is known color: Dark Pastel Green. HEX triplet: 1A, CC and 3C. RGB value is (26,204,60). Sum of RGB (Red+Green+Blue) = 26+204+60=290 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.97% from 290); Green value is 204 (80.08% from 255 or 70.34% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 204 - color contains mainly: green. Hex color #1ACC3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACC3C is #E533C3. Grayscale: #868686. Windows color (decimal): -15020996 or 3984410. OLE color: 3984410.
HSL color Cylindrical-coordinate representation of color #1ACC3C: hue angle of 131.46º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACC3C is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 26 | 204 | 60 | - |
| CMYK | 0.87 | 0 | 0.71 | 0.2 |
| HSL | 131.46º | 0.77% | 0.45% | - |
| HSV(B) | 131.46º | 0.87% | 0.8% | - |
| XYZ | 22.83 | 43.73 | 11.51 | - |
| YUV | 134.36 | 86.03 | 50.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 204 | 60 | 0.87 | 0 | 0.71 | 0.2 | 131.46 | 0.77 | 0.45 |
| Hex | 1A | CC | 3C | 57 | 0 | 47 | 14 | 83 | 4D | 2D |
| Octal | 32 | 314 | 74 | 127 | 0 | 107 | 24 | 203 | 115 | 55 |
| Binary | 11010 | 11001100 | 111100 | 1010111 | 0 | 1000111 | 10100 | 10000011 | 1001101 | 101101 |
Color Harmonies of #1ACC3C
Complementary color
Monochromatic Colors of #1ACC3C
Black with #1ACC3C
Text Example
Text Example
White with #1ACC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACC3C; }
p { color: rgb(26,204,60); }
H1.HeaderClassName
{
color: #1ACC3C;
}
.AnyTagClassName
{
color: #1ACC3C;
}
</style>
background-color css
<style>
a { background-color: #1ACC3C; }
a { background-color: rgb(26,204,60); }
div.DivClassName
{
background-color: #1ACC3C;
}
.BgClassName
{
background-color: #1ACC3C;
}
</style>
border-color css
<style>
span { border-color: #1ACC3C; }
span { border-color: rgb(26,204,60); }
td.TdClassName
{
border-color: #1ACC3C;
}
.TagClassName
{
border-color: #1ACC3C;
}
</style>