Shades of Dark Pastel Green #01AE32
Tints of Dark Pastel Green #01AE32
RGB
CMYK
RGB Variations
Color information
#01AE32 (or 0x01AE32) is known color: Dark Pastel Green. HEX triplet: 01, AE and 32. RGB value is (1,174,50). Sum of RGB (Red+Green+Blue) = 1+174+50=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 174 (68.36% from 255 or 77.33% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 174 - color contains mainly: green. Hex color #01AE32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AE32 is #FE51CD. Grayscale: #6C6C6C. Windows color (decimal): -16667086 or 3321345. OLE color: 3321345.
HSL color Cylindrical-coordinate representation of color #01AE32: hue angle of 136.99º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AE32 is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 174 | 50 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.32 |
| HSL | 136.99º | 0.99% | 0.34% | - |
| HSV(B) | 136.99º | 0.99% | 0.68% | - |
| XYZ | 15.72 | 30.51 | 8.08 | - |
| YUV | 108.14 | 95.19 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 174 | 50 | 0.99 | 0 | 0.71 | 0.32 | 136.99 | 0.99 | 0.34 |
| Hex | 1 | AE | 32 | 63 | 0 | 47 | 20 | 89 | 63 | 22 |
| Octal | 1 | 256 | 62 | 143 | 0 | 107 | 40 | 211 | 143 | 42 |
| Binary | 1 | 10101110 | 110010 | 1100011 | 0 | 1000111 | 100000 | 10001001 | 1100011 | 100010 |
Color Harmonies of #01AE32
Complementary color
Monochromatic Colors of #01AE32
Black with #01AE32
Text Example
Text Example
White with #01AE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AE32; }
p { color: rgb(1,174,50); }
H1.HeaderClassName
{
color: #01AE32;
}
.AnyTagClassName
{
color: #01AE32;
}
</style>
background-color css
<style>
a { background-color: #01AE32; }
a { background-color: rgb(1,174,50); }
div.DivClassName
{
background-color: #01AE32;
}
.BgClassName
{
background-color: #01AE32;
}
</style>
border-color css
<style>
span { border-color: #01AE32; }
span { border-color: rgb(1,174,50); }
td.TdClassName
{
border-color: #01AE32;
}
.TagClassName
{
border-color: #01AE32;
}
</style>