#AECD9D

Color #AECD9D Pixie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pixie Green #AECD9D

Tints of Pixie Green #AECD9D

Color information

#AECD9D (or 0xAECD9D) is unknown color: approx Pixie Green. HEX triplet: AE, CD and 9D. RGB value is (174,205,157). Sum of RGB (Red+Green+Blue) = 174+205+157=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECD9D is #513262. Grayscale: #BEBEBE. Windows color (decimal): -5321315 or 10341806. OLE color: 10341806.

HSL color Cylindrical-coordinate representation of color #AECD9D: hue angle of 98.75º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AECD9D is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB174205157-
CMYK0.1500.230.20
HSL98.75º32.43%70.98%-
HSV(B)98.75º23.41%80.39%-
XYZ45.3755.140.14-
YUV190.26109.23116.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.46%
GREEN value IS 205 (80.47% from 255) = 38.25%
BLUE value IS 157 (61.72% from 255) = 29.29%
R=32.46%
G=38.25%
B=29.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742051570.1500.230.2098.7532.4370.98
HexAECD9DF01714632047
Octal256315235170272414340107
Binary10101110110011011001110111110101111010011000111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECD9D; }

 p { color: rgb(174,205,157); }

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

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

 a { background-color: rgb(174,205,157); }

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

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

 span { border-color: rgb(174,205,157); }

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