Shades of Dark Pastel Green #1AC13A
Tints of Dark Pastel Green #1AC13A
RGB
CMYK
RGB Variations
Color information
#1AC13A (or 0x1AC13A) is known color: Dark Pastel Green. HEX triplet: 1A, C1 and 3A. RGB value is (26,193,58). Sum of RGB (Red+Green+Blue) = 26+193+58=277 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.39% from 277); Green value is 193 (75.78% from 255 or 69.68% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 193 - color contains mainly: green. Hex color #1AC13A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC13A is #E53EC5. Grayscale: #808080. Windows color (decimal): -15023814 or 3850522. OLE color: 3850522.
HSL color Cylindrical-coordinate representation of color #1AC13A: hue angle of 131.5º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC13A is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 26 | 193 | 58 | - |
| CMYK | 0.87 | 0 | 0.70 | 0.24 |
| HSL | 131.5º | 0.76% | 0.43% | - |
| HSV(B) | 131.5º | 0.87% | 0.76% | - |
| XYZ | 20.26 | 38.67 | 10.4 | - |
| YUV | 127.68 | 88.67 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 193 | 58 | 0.87 | 0 | 0.70 | 0.24 | 131.5 | 0.76 | 0.43 |
| Hex | 1A | C1 | 3A | 57 | 0 | 46 | 18 | 83 | 4C | 2B |
| Octal | 32 | 301 | 72 | 127 | 0 | 106 | 30 | 203 | 114 | 53 |
| Binary | 11010 | 11000001 | 111010 | 1010111 | 0 | 1000110 | 11000 | 10000011 | 1001100 | 101011 |
Color Harmonies of #1AC13A
Complementary color
Monochromatic Colors of #1AC13A
Black with #1AC13A
Text Example
Text Example
White with #1AC13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC13A; }
p { color: rgb(26,193,58); }
H1.HeaderClassName
{
color: #1AC13A;
}
.AnyTagClassName
{
color: #1AC13A;
}
</style>
background-color css
<style>
a { background-color: #1AC13A; }
a { background-color: rgb(26,193,58); }
div.DivClassName
{
background-color: #1AC13A;
}
.BgClassName
{
background-color: #1AC13A;
}
</style>
border-color css
<style>
span { border-color: #1AC13A; }
span { border-color: rgb(26,193,58); }
td.TdClassName
{
border-color: #1AC13A;
}
.TagClassName
{
border-color: #1AC13A;
}
</style>