#11AE2C

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

Shades of Dark Pastel Green #11AE2C

Tints of Dark Pastel Green #11AE2C

Color information

#11AE2C (or 0x11AE2C) is unknown color: approx Dark Pastel Green. HEX triplet: 11, AE and 2C. RGB value is (17,174,44). Sum of RGB (Red+Green+Blue) = 17+174+44=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 174 (68.36% from 255 or 74.04% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 174 - color contains mainly: green. Hex color #11AE2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11AE2C is #EE51D3. Grayscale: #707070. Windows color (decimal): -15618516 or 2928145. OLE color: 2928145.

HSL color Cylindrical-coordinate representation of color #11AE2C: hue angle of 130.32º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AE2C is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB1717444-
CMYK0.9000.750.32
HSL130.32º82.2%37.45%-
HSV(B)130.32º90.23%68.24%-
XYZ15.8230.577.45-
YUV112.2489.4960.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.23%
GREEN value IS 174 (68.36% from 255) = 74.04%
BLUE value IS 44 (17.58% from 255) = 18.72%
R=7.23%
G=74.04%
B=18.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17174440.9000.750.32130.3282.237.45
Hex11AE2C5A04B20825225
Octal212565413201134020212245
Binary1000110101110101100101101001001011100000100000101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AE2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11AE2C; }

 p { color: rgb(17,174,44); }

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

<style>
 a { background-color: #11AE2C; }

 a { background-color: rgb(17,174,44); }

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

<style>
 span { border-color: #11AE2C; }

 span { border-color: rgb(17,174,44); }

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