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