Shades of Dark Pastel Green #01AB26
Tints of Dark Pastel Green #01AB26
RGB
CMYK
RGB Variations
Color information
#01AB26 (or 0x01AB26) is known color: Dark Pastel Green. HEX triplet: 01, AB and 26. RGB value is (1,171,38). Sum of RGB (Red+Green+Blue) = 1+171+38=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 171 (67.19% from 255 or 81.43% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 171 - color contains mainly: green. Hex color #01AB26 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AB26 is #FE54D9. Grayscale: #696969. Windows color (decimal): -16667866 or 2534145. OLE color: 2534145.
HSL color Cylindrical-coordinate representation of color #01AB26: hue angle of 133.06º 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 #01AB26 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 171 | 38 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.33 |
| HSL | 133.06º | 0.99% | 0.34% | - |
| HSV(B) | 133.06º | 0.99% | 0.67% | - |
| XYZ | 14.93 | 29.27 | 6.7 | - |
| YUV | 105.01 | 90.18 | 53.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 171 | 38 | 0.99 | 0 | 0.78 | 0.33 | 133.06 | 0.99 | 0.34 |
| Hex | 1 | AB | 26 | 63 | 0 | 4E | 21 | 85 | 63 | 22 |
| Octal | 1 | 253 | 46 | 143 | 0 | 116 | 41 | 205 | 143 | 42 |
| Binary | 1 | 10101011 | 100110 | 1100011 | 0 | 1001110 | 100001 | 10000101 | 1100011 | 100010 |
Color Harmonies of #01AB26
Complementary color
Monochromatic Colors of #01AB26
Black with #01AB26
Text Example
Text Example
White with #01AB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AB26; }
p { color: rgb(1,171,38); }
H1.HeaderClassName
{
color: #01AB26;
}
.AnyTagClassName
{
color: #01AB26;
}
</style>
background-color css
<style>
a { background-color: #01AB26; }
a { background-color: rgb(1,171,38); }
div.DivClassName
{
background-color: #01AB26;
}
.BgClassName
{
background-color: #01AB26;
}
</style>
border-color css
<style>
span { border-color: #01AB26; }
span { border-color: rgb(1,171,38); }
td.TdClassName
{
border-color: #01AB26;
}
.TagClassName
{
border-color: #01AB26;
}
</style>