Shades of Dark Pastel Green #01AC2D
Tints of Dark Pastel Green #01AC2D
RGB
CMYK
RGB Variations
Color information
#01AC2D (or 0x01AC2D) is known color: Dark Pastel Green. HEX triplet: 01, AC and 2D. RGB value is (1,172,45). Sum of RGB (Red+Green+Blue) = 1+172+45=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 172 (67.58% from 255 or 78.90% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AC2D is #FE53D2. Grayscale: #6A6A6A. Windows color (decimal): -16667603 or 2993153. OLE color: 2993153.
HSL color Cylindrical-coordinate representation of color #01AC2D: hue angle of 135.44º 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 #01AC2D is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 172 | 45 | - |
| CMYK | 0.99 | 0 | 0.74 | 0.33 |
| HSL | 135.44º | 0.99% | 0.34% | - |
| HSV(B) | 135.44º | 0.99% | 0.67% | - |
| XYZ | 15.24 | 29.7 | 7.41 | - |
| YUV | 106.39 | 93.35 | 52.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 172 | 45 | 0.99 | 0 | 0.74 | 0.33 | 135.44 | 0.99 | 0.34 |
| Hex | 1 | AC | 2D | 63 | 0 | 4A | 21 | 87 | 63 | 22 |
| Octal | 1 | 254 | 55 | 143 | 0 | 112 | 41 | 207 | 143 | 42 |
| Binary | 1 | 10101100 | 101101 | 1100011 | 0 | 1001010 | 100001 | 10000111 | 1100011 | 100010 |
Color Harmonies of #01AC2D
Complementary color
Monochromatic Colors of #01AC2D
Black with #01AC2D
Text Example
Text Example
White with #01AC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AC2D; }
p { color: rgb(1,172,45); }
H1.HeaderClassName
{
color: #01AC2D;
}
.AnyTagClassName
{
color: #01AC2D;
}
</style>
background-color css
<style>
a { background-color: #01AC2D; }
a { background-color: rgb(1,172,45); }
div.DivClassName
{
background-color: #01AC2D;
}
.BgClassName
{
background-color: #01AC2D;
}
</style>
border-color css
<style>
span { border-color: #01AC2D; }
span { border-color: rgb(1,172,45); }
td.TdClassName
{
border-color: #01AC2D;
}
.TagClassName
{
border-color: #01AC2D;
}
</style>