Shades of Dark Pastel Green #01AC3A
Tints of Dark Pastel Green #01AC3A
RGB
CMYK
RGB Variations
Color information
#01AC3A (or 0x01AC3A) is known color: Dark Pastel Green. HEX triplet: 01, AC and 3A. RGB value is (1,172,58). Sum of RGB (Red+Green+Blue) = 1+172+58=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 172 (67.58% from 255 or 74.46% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AC3A is #FE53C5. Grayscale: #6C6C6C. Windows color (decimal): -16667590 or 3845121. OLE color: 3845121.
HSL color Cylindrical-coordinate representation of color #01AC3A: hue angle of 140º 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 #01AC3A is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 172 | 58 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.33 |
| HSL | 140º | 0.99% | 0.34% | - |
| HSV(B) | 140º | 0.99% | 0.67% | - |
| XYZ | 15.53 | 29.82 | 8.94 | - |
| YUV | 107.88 | 99.85 | 51.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 172 | 58 | 0.99 | 0 | 0.66 | 0.33 | 140 | 0.99 | 0.34 |
| Hex | 1 | AC | 3A | 63 | 0 | 42 | 21 | 8C | 63 | 22 |
| Octal | 1 | 254 | 72 | 143 | 0 | 102 | 41 | 214 | 143 | 42 |
| Binary | 1 | 10101100 | 111010 | 1100011 | 0 | 1000010 | 100001 | 10001100 | 1100011 | 100010 |
Color Harmonies of #01AC3A
Complementary color
Monochromatic Colors of #01AC3A
Black with #01AC3A
Text Example
Text Example
White with #01AC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AC3A; }
p { color: rgb(1,172,58); }
H1.HeaderClassName
{
color: #01AC3A;
}
.AnyTagClassName
{
color: #01AC3A;
}
</style>
background-color css
<style>
a { background-color: #01AC3A; }
a { background-color: rgb(1,172,58); }
div.DivClassName
{
background-color: #01AC3A;
}
.BgClassName
{
background-color: #01AC3A;
}
</style>
border-color css
<style>
span { border-color: #01AC3A; }
span { border-color: rgb(1,172,58); }
td.TdClassName
{
border-color: #01AC3A;
}
.TagClassName
{
border-color: #01AC3A;
}
</style>