Shades of Dark Pastel Green #1ACC3B
Tints of Dark Pastel Green #1ACC3B
RGB
CMYK
RGB Variations
Color information
#1ACC3B (or 0x1ACC3B) is known color: Dark Pastel Green. HEX triplet: 1A, CC and 3B. RGB value is (26,204,59). Sum of RGB (Red+Green+Blue) = 26+204+59=289 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.00% from 289); Green value is 204 (80.08% from 255 or 70.59% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 204 - color contains mainly: green. Hex color #1ACC3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACC3B is #E533C4. Grayscale: #868686. Windows color (decimal): -15020997 or 3918874. OLE color: 3918874.
HSL color Cylindrical-coordinate representation of color #1ACC3B: hue angle of 131.12º 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 #1ACC3B is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 26 | 204 | 59 | - |
| CMYK | 0.87 | 0 | 0.71 | 0.2 |
| HSL | 131.12º | 0.77% | 0.45% | - |
| HSV(B) | 131.12º | 0.87% | 0.8% | - |
| XYZ | 22.81 | 43.72 | 11.37 | - |
| YUV | 134.25 | 85.53 | 50.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 204 | 59 | 0.87 | 0 | 0.71 | 0.2 | 131.12 | 0.77 | 0.45 |
| Hex | 1A | CC | 3B | 57 | 0 | 47 | 14 | 83 | 4D | 2D |
| Octal | 32 | 314 | 73 | 127 | 0 | 107 | 24 | 203 | 115 | 55 |
| Binary | 11010 | 11001100 | 111011 | 1010111 | 0 | 1000111 | 10100 | 10000011 | 1001101 | 101101 |
Color Harmonies of #1ACC3B
Complementary color
Monochromatic Colors of #1ACC3B
Black with #1ACC3B
Text Example
Text Example
White with #1ACC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACC3B; }
p { color: rgb(26,204,59); }
H1.HeaderClassName
{
color: #1ACC3B;
}
.AnyTagClassName
{
color: #1ACC3B;
}
</style>
background-color css
<style>
a { background-color: #1ACC3B; }
a { background-color: rgb(26,204,59); }
div.DivClassName
{
background-color: #1ACC3B;
}
.BgClassName
{
background-color: #1ACC3B;
}
</style>
border-color css
<style>
span { border-color: #1ACC3B; }
span { border-color: rgb(26,204,59); }
td.TdClassName
{
border-color: #1ACC3B;
}
.TagClassName
{
border-color: #1ACC3B;
}
</style>