Shades of Dark Pastel Green #1AC83F
Tints of Dark Pastel Green #1AC83F
RGB
CMYK
RGB Variations
Color information
#1AC83F (or 0x1AC83F) is known color: Dark Pastel Green. HEX triplet: 1A, C8 and 3F. RGB value is (26,200,63). Sum of RGB (Red+Green+Blue) = 26+200+63=289 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.00% from 289); Green value is 200 (78.52% from 255 or 69.20% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 200 - color contains mainly: green. Hex color #1AC83F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC83F is #E537C0. Grayscale: #848484. Windows color (decimal): -15022017 or 4179994. OLE color: 4179994.
HSL color Cylindrical-coordinate representation of color #1AC83F: hue angle of 132.76º 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 #1AC83F is Cyan = 0.87, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 26 | 200 | 63 | - |
| CMYK | 0.87 | 0 | 0.68 | 0.22 |
| HSL | 132.76º | 0.77% | 0.44% | - |
| HSV(B) | 132.76º | 0.87% | 0.78% | - |
| XYZ | 21.98 | 41.89 | 11.63 | - |
| YUV | 132.36 | 88.85 | 52.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 200 | 63 | 0.87 | 0 | 0.68 | 0.22 | 132.76 | 0.77 | 0.44 |
| Hex | 1A | C8 | 3F | 57 | 0 | 44 | 16 | 85 | 4D | 2C |
| Octal | 32 | 310 | 77 | 127 | 0 | 104 | 26 | 205 | 115 | 54 |
| Binary | 11010 | 11001000 | 111111 | 1010111 | 0 | 1000100 | 10110 | 10000101 | 1001101 | 101100 |
Color Harmonies of #1AC83F
Complementary color
Monochromatic Colors of #1AC83F
Black with #1AC83F
Text Example
Text Example
White with #1AC83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC83F; }
p { color: rgb(26,200,63); }
H1.HeaderClassName
{
color: #1AC83F;
}
.AnyTagClassName
{
color: #1AC83F;
}
</style>
background-color css
<style>
a { background-color: #1AC83F; }
a { background-color: rgb(26,200,63); }
div.DivClassName
{
background-color: #1AC83F;
}
.BgClassName
{
background-color: #1AC83F;
}
</style>
border-color css
<style>
span { border-color: #1AC83F; }
span { border-color: rgb(26,200,63); }
td.TdClassName
{
border-color: #1AC83F;
}
.TagClassName
{
border-color: #1AC83F;
}
</style>