Shades of Dark Pastel Green #01AB3A
Tints of Dark Pastel Green #01AB3A
RGB
CMYK
RGB Variations
Color information
#01AB3A (or 0x01AB3A) is known color: Dark Pastel Green. HEX triplet: 01, AB and 3A. RGB value is (1,171,58). Sum of RGB (Red+Green+Blue) = 1+171+58=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 171 (67.19% from 255 or 74.35% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 171 - color contains mainly: green. Hex color #01AB3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AB3A is #FE54C5. Grayscale: #6B6B6B. Windows color (decimal): -16667846 or 3844865. OLE color: 3844865.
HSL color Cylindrical-coordinate representation of color #01AB3A: hue angle of 140.12º 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 #01AB3A is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 171 | 58 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.33 |
| HSL | 140.12º | 0.99% | 0.34% | - |
| HSV(B) | 140.12º | 0.99% | 0.67% | - |
| XYZ | 15.34 | 29.44 | 8.88 | - |
| YUV | 107.29 | 100.18 | 52.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 171 | 58 | 0.99 | 0 | 0.66 | 0.33 | 140.12 | 0.99 | 0.34 |
| Hex | 1 | AB | 3A | 63 | 0 | 42 | 21 | 8C | 63 | 22 |
| Octal | 1 | 253 | 72 | 143 | 0 | 102 | 41 | 214 | 143 | 42 |
| Binary | 1 | 10101011 | 111010 | 1100011 | 0 | 1000010 | 100001 | 10001100 | 1100011 | 100010 |
Color Harmonies of #01AB3A
Complementary color
Monochromatic Colors of #01AB3A
Black with #01AB3A
Text Example
Text Example
White with #01AB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AB3A; }
p { color: rgb(1,171,58); }
H1.HeaderClassName
{
color: #01AB3A;
}
.AnyTagClassName
{
color: #01AB3A;
}
</style>
background-color css
<style>
a { background-color: #01AB3A; }
a { background-color: rgb(1,171,58); }
div.DivClassName
{
background-color: #01AB3A;
}
.BgClassName
{
background-color: #01AB3A;
}
</style>
border-color css
<style>
span { border-color: #01AB3A; }
span { border-color: rgb(1,171,58); }
td.TdClassName
{
border-color: #01AB3A;
}
.TagClassName
{
border-color: #01AB3A;
}
</style>