Shades of Dark Pastel Green #1AC93D
Tints of Dark Pastel Green #1AC93D
RGB
CMYK
RGB Variations
Color information
#1AC93D (or 0x1AC93D) is known color: Dark Pastel Green. HEX triplet: 1A, C9 and 3D. RGB value is (26,201,61). Sum of RGB (Red+Green+Blue) = 26+201+61=288 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.03% from 288); Green value is 201 (78.91% from 255 or 69.79% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 201 - color contains mainly: green. Hex color #1AC93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC93D is #E536C2. Grayscale: #858585. Windows color (decimal): -15021763 or 4049178. OLE color: 4049178.
HSL color Cylindrical-coordinate representation of color #1AC93D: hue angle of 132º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC93D is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 26 | 201 | 61 | - |
| CMYK | 0.87 | 0 | 0.70 | 0.21 |
| HSL | 132º | 0.77% | 0.45% | - |
| HSV(B) | 132º | 0.87% | 0.79% | - |
| XYZ | 22.15 | 42.33 | 11.42 | - |
| YUV | 132.72 | 87.52 | 51.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 201 | 61 | 0.87 | 0 | 0.70 | 0.21 | 132 | 0.77 | 0.45 |
| Hex | 1A | C9 | 3D | 57 | 0 | 46 | 15 | 84 | 4D | 2D |
| Octal | 32 | 311 | 75 | 127 | 0 | 106 | 25 | 204 | 115 | 55 |
| Binary | 11010 | 11001001 | 111101 | 1010111 | 0 | 1000110 | 10101 | 10000100 | 1001101 | 101101 |
Color Harmonies of #1AC93D
Complementary color
Monochromatic Colors of #1AC93D
Black with #1AC93D
Text Example
Text Example
White with #1AC93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC93D; }
p { color: rgb(26,201,61); }
H1.HeaderClassName
{
color: #1AC93D;
}
.AnyTagClassName
{
color: #1AC93D;
}
</style>
background-color css
<style>
a { background-color: #1AC93D; }
a { background-color: rgb(26,201,61); }
div.DivClassName
{
background-color: #1AC93D;
}
.BgClassName
{
background-color: #1AC93D;
}
</style>
border-color css
<style>
span { border-color: #1AC93D; }
span { border-color: rgb(26,201,61); }
td.TdClassName
{
border-color: #1AC93D;
}
.TagClassName
{
border-color: #1AC93D;
}
</style>