Shades of Dark Pastel Green #1AC63B
Tints of Dark Pastel Green #1AC63B
RGB
CMYK
RGB Variations
Color information
#1AC63B (or 0x1AC63B) is known color: Dark Pastel Green. HEX triplet: 1A, C6 and 3B. RGB value is (26,198,59). Sum of RGB (Red+Green+Blue) = 26+198+59=283 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.19% from 283); Green value is 198 (77.73% from 255 or 69.96% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 198 - color contains mainly: green. Hex color #1AC63B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC63B is #E539C4. Grayscale: #838383. Windows color (decimal): -15022533 or 3917338. OLE color: 3917338.
HSL color Cylindrical-coordinate representation of color #1AC63B: hue angle of 131.51º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC63B is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 26 | 198 | 59 | - |
| CMYK | 0.87 | 0 | 0.70 | 0.22 |
| HSL | 131.51º | 0.77% | 0.44% | - |
| HSV(B) | 131.51º | 0.87% | 0.78% | - |
| XYZ | 21.41 | 40.92 | 10.91 | - |
| YUV | 130.73 | 87.52 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 198 | 59 | 0.87 | 0 | 0.70 | 0.22 | 131.51 | 0.77 | 0.44 |
| Hex | 1A | C6 | 3B | 57 | 0 | 46 | 16 | 84 | 4D | 2C |
| Octal | 32 | 306 | 73 | 127 | 0 | 106 | 26 | 204 | 115 | 54 |
| Binary | 11010 | 11000110 | 111011 | 1010111 | 0 | 1000110 | 10110 | 10000100 | 1001101 | 101100 |
Color Harmonies of #1AC63B
Complementary color
Monochromatic Colors of #1AC63B
Black with #1AC63B
Text Example
Text Example
White with #1AC63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC63B; }
p { color: rgb(26,198,59); }
H1.HeaderClassName
{
color: #1AC63B;
}
.AnyTagClassName
{
color: #1AC63B;
}
</style>
background-color css
<style>
a { background-color: #1AC63B; }
a { background-color: rgb(26,198,59); }
div.DivClassName
{
background-color: #1AC63B;
}
.BgClassName
{
background-color: #1AC63B;
}
</style>
border-color css
<style>
span { border-color: #1AC63B; }
span { border-color: rgb(26,198,59); }
td.TdClassName
{
border-color: #1AC63B;
}
.TagClassName
{
border-color: #1AC63B;
}
</style>