Shades of Dark Pastel Green #1ACE3A
Tints of Dark Pastel Green #1ACE3A
RGB
CMYK
RGB Variations
Color information
#1ACE3A (or 0x1ACE3A) is known color: Dark Pastel Green. HEX triplet: 1A, CE and 3A. RGB value is (26,206,58). Sum of RGB (Red+Green+Blue) = 26+206+58=290 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.97% from 290); Green value is 206 (80.86% from 255 or 71.03% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 206 - color contains mainly: green. Hex color #1ACE3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACE3A is #E531C5. Grayscale: #878787. Windows color (decimal): -15020486 or 3853850. OLE color: 3853850.
HSL color Cylindrical-coordinate representation of color #1ACE3A: hue angle of 130.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACE3A is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 206 | 58 | - |
| CMYK | 0.87 | 0 | 0.72 | 0.19 |
| HSL | 130.67º | 0.78% | 0.45% | - |
| HSV(B) | 130.67º | 0.87% | 0.81% | - |
| XYZ | 23.26 | 44.67 | 11.4 | - |
| YUV | 135.31 | 84.37 | 50.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 206 | 58 | 0.87 | 0 | 0.72 | 0.19 | 130.67 | 0.78 | 0.45 |
| Hex | 1A | CE | 3A | 57 | 0 | 48 | 13 | 83 | 4E | 2D |
| Octal | 32 | 316 | 72 | 127 | 0 | 110 | 23 | 203 | 116 | 55 |
| Binary | 11010 | 11001110 | 111010 | 1010111 | 0 | 1001000 | 10011 | 10000011 | 1001110 | 101101 |
Color Harmonies of #1ACE3A
Complementary color
Monochromatic Colors of #1ACE3A
Black with #1ACE3A
Text Example
Text Example
White with #1ACE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACE3A; }
p { color: rgb(26,206,58); }
H1.HeaderClassName
{
color: #1ACE3A;
}
.AnyTagClassName
{
color: #1ACE3A;
}
</style>
background-color css
<style>
a { background-color: #1ACE3A; }
a { background-color: rgb(26,206,58); }
div.DivClassName
{
background-color: #1ACE3A;
}
.BgClassName
{
background-color: #1ACE3A;
}
</style>
border-color css
<style>
span { border-color: #1ACE3A; }
span { border-color: rgb(26,206,58); }
td.TdClassName
{
border-color: #1ACE3A;
}
.TagClassName
{
border-color: #1ACE3A;
}
</style>