#01AE2E

Color #01AE2E Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #01AE2E

Tints of Dark Pastel Green #01AE2E

Color information

#01AE2E (or 0x01AE2E) is unknown color: approx Dark Pastel Green. HEX triplet: 01, AE and 2E. RGB value is (1,174,46). Sum of RGB (Red+Green+Blue) = 1+174+46=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 174 (68.36% from 255 or 78.73% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 174 - color contains mainly: green. Hex color #01AE2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AE2E is #FE51D1. Grayscale: #6C6C6C. Windows color (decimal): -16667090 or 3059201. OLE color: 3059201.

HSL color Cylindrical-coordinate representation of color #01AE2E: hue angle of 135.61º 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 #01AE2E is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB117446-
CMYK0.9900.740.32
HSL135.61º98.86%34.31%-
HSV(B)135.61º99.43%68.24%-
XYZ15.6430.487.64-
YUV107.6893.1951.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 174 (68.36% from 255) = 78.73%
BLUE value IS 46 (18.36% from 255) = 20.81%
R=0.45%
G=78.73%
B=20.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1174460.9900.740.32135.6198.8634.31
Hex1AE2E6304A20886322
Octal12565614301124021014342
Binary110101110101110110001101001010100000100010001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AE2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01AE2E; }

 p { color: rgb(1,174,46); }

 H1.HeaderClassName
 {
   color: #01AE2E;
 }
 .AnyTagClassName
 {
   color: #01AE2E;
 }
</style>
background-color css

<style>
 a { background-color: #01AE2E; }

 a { background-color: rgb(1,174,46); }

 div.DivClassName
 {
   background-color: #01AE2E;
 }
 .BgClassName
 {
   background-color: #01AE2E;
 }
</style>
border-color css

<style>
 span { border-color: #01AE2E; }

 span { border-color: rgb(1,174,46); }

 td.TdClassName
 {
   border-color: #01AE2E;
 }
 .TagClassName
 {
   border-color: #01AE2E;
 }
</style>