Shades of Dark Pastel Green #01AE27
Tints of Dark Pastel Green #01AE27
RGB
CMYK
RGB Variations
Color information
#01AE27 (or 0x01AE27) is known color: Dark Pastel Green. HEX triplet: 01, AE and 27. RGB value is (1,174,39). Sum of RGB (Red+Green+Blue) = 1+174+39=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 174 (68.36% from 255 or 81.31% from 214); Blue value is 39 (15.62% from 255 or 18.22% from 214); Max value from RGB is 174 - color contains mainly: green. Hex color #01AE27 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AE27 is #FE51D8. Grayscale: #6B6B6B. Windows color (decimal): -16667097 or 2600449. OLE color: 2600449.
HSL color Cylindrical-coordinate representation of color #01AE27: hue angle of 133.18º 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 #01AE27 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 174 | 39 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.32 |
| HSL | 133.18º | 0.99% | 0.34% | - |
| HSV(B) | 133.18º | 0.99% | 0.68% | - |
| XYZ | 15.51 | 30.43 | 6.97 | - |
| YUV | 106.88 | 89.69 | 52.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 174 | 39 | 0.99 | 0 | 0.78 | 0.32 | 133.18 | 0.99 | 0.34 |
| Hex | 1 | AE | 27 | 63 | 0 | 4E | 20 | 85 | 63 | 22 |
| Octal | 1 | 256 | 47 | 143 | 0 | 116 | 40 | 205 | 143 | 42 |
| Binary | 1 | 10101110 | 100111 | 1100011 | 0 | 1001110 | 100000 | 10000101 | 1100011 | 100010 |
Color Harmonies of #01AE27
Complementary color
Monochromatic Colors of #01AE27
Black with #01AE27
Text Example
Text Example
White with #01AE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AE27; }
p { color: rgb(1,174,39); }
H1.HeaderClassName
{
color: #01AE27;
}
.AnyTagClassName
{
color: #01AE27;
}
</style>
background-color css
<style>
a { background-color: #01AE27; }
a { background-color: rgb(1,174,39); }
div.DivClassName
{
background-color: #01AE27;
}
.BgClassName
{
background-color: #01AE27;
}
</style>
border-color css
<style>
span { border-color: #01AE27; }
span { border-color: rgb(1,174,39); }
td.TdClassName
{
border-color: #01AE27;
}
.TagClassName
{
border-color: #01AE27;
}
</style>