Shades of Dark Pastel Green #01AC1E
Tints of Dark Pastel Green #01AC1E
RGB
CMYK
RGB Variations
Color information
#01AC1E (or 0x01AC1E) is known color: Dark Pastel Green. HEX triplet: 01, AC and 1E. RGB value is (1,172,30). Sum of RGB (Red+Green+Blue) = 1+172+30=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 172 (67.58% from 255 or 84.73% from 203); Blue value is 30 (12.11% from 255 or 14.78% from 203); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AC1E is #FE53E1. Grayscale: #696969. Windows color (decimal): -16667618 or 2010113. OLE color: 2010113.
HSL color Cylindrical-coordinate representation of color #01AC1E: hue angle of 130.18º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AC1E is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 172 | 30 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.33 |
| HSL | 130.18º | 0.99% | 0.34% | - |
| HSV(B) | 130.18º | 0.99% | 0.67% | - |
| XYZ | 15 | 29.61 | 6.15 | - |
| YUV | 104.68 | 85.85 | 54.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 172 | 30 | 0.99 | 0 | 0.83 | 0.33 | 130.18 | 0.99 | 0.34 |
| Hex | 1 | AC | 1E | 63 | 0 | 53 | 21 | 82 | 63 | 22 |
| Octal | 1 | 254 | 36 | 143 | 0 | 123 | 41 | 202 | 143 | 42 |
| Binary | 1 | 10101100 | 11110 | 1100011 | 0 | 1010011 | 100001 | 10000010 | 1100011 | 100010 |
Color Harmonies of #01AC1E
Complementary color
Monochromatic Colors of #01AC1E
Black with #01AC1E
Text Example
Text Example
White with #01AC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AC1E; }
p { color: rgb(1,172,30); }
H1.HeaderClassName
{
color: #01AC1E;
}
.AnyTagClassName
{
color: #01AC1E;
}
</style>
background-color css
<style>
a { background-color: #01AC1E; }
a { background-color: rgb(1,172,30); }
div.DivClassName
{
background-color: #01AC1E;
}
.BgClassName
{
background-color: #01AC1E;
}
</style>
border-color css
<style>
span { border-color: #01AC1E; }
span { border-color: rgb(1,172,30); }
td.TdClassName
{
border-color: #01AC1E;
}
.TagClassName
{
border-color: #01AC1E;
}
</style>