Shades of Dark Pastel Green #1AC243
Tints of Dark Pastel Green #1AC243
RGB
CMYK
RGB Variations
Color information
#1AC243 (or 0x1AC243) is known color: Dark Pastel Green. HEX triplet: 1A, C2 and 43. RGB value is (26,194,67). Sum of RGB (Red+Green+Blue) = 26+194+67=287 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.06% from 287); Green value is 194 (76.17% from 255 or 67.60% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 194 - color contains mainly: green. Hex color #1AC243 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC243 is #E53DBC. Grayscale: #818181. Windows color (decimal): -15023549 or 4440602. OLE color: 4440602.
HSL color Cylindrical-coordinate representation of color #1AC243: hue angle of 134.64º 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 #1AC243 is Cyan = 0.87, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 26 | 194 | 67 | - |
| CMYK | 0.87 | 0 | 0.65 | 0.24 |
| HSL | 134.64º | 0.76% | 0.43% | - |
| HSV(B) | 134.64º | 0.87% | 0.76% | - |
| XYZ | 20.73 | 39.21 | 11.79 | - |
| YUV | 129.29 | 92.84 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 194 | 67 | 0.87 | 0 | 0.65 | 0.24 | 134.64 | 0.76 | 0.43 |
| Hex | 1A | C2 | 43 | 57 | 0 | 41 | 18 | 87 | 4C | 2B |
| Octal | 32 | 302 | 103 | 127 | 0 | 101 | 30 | 207 | 114 | 53 |
| Binary | 11010 | 11000010 | 1000011 | 1010111 | 0 | 1000001 | 11000 | 10000111 | 1001100 | 101011 |
Color Harmonies of #1AC243
Complementary color
Monochromatic Colors of #1AC243
Black with #1AC243
Text Example
Text Example
White with #1AC243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC243; }
p { color: rgb(26,194,67); }
H1.HeaderClassName
{
color: #1AC243;
}
.AnyTagClassName
{
color: #1AC243;
}
</style>
background-color css
<style>
a { background-color: #1AC243; }
a { background-color: rgb(26,194,67); }
div.DivClassName
{
background-color: #1AC243;
}
.BgClassName
{
background-color: #1AC243;
}
</style>
border-color css
<style>
span { border-color: #1AC243; }
span { border-color: rgb(26,194,67); }
td.TdClassName
{
border-color: #1AC243;
}
.TagClassName
{
border-color: #1AC243;
}
</style>