#AED19C

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

Shades of Pixie Green #AED19C

Tints of Pixie Green #AED19C

Color information

#AED19C (or 0xAED19C) is unknown color: approx Pixie Green. HEX triplet: AE, D1 and 9C. RGB value is (174,209,156). Sum of RGB (Red+Green+Blue) = 174+209+156=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 209 (82.03% from 255 or 38.78% from 539); Blue value is 156 (61.33% from 255 or 28.94% from 539); Max value from RGB is 209 - color contains mainly: green. Hex color #AED19C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED19C is #512E63. Grayscale: #C0C0C0. Windows color (decimal): -5320292 or 10277294. OLE color: 10277294.

HSL color Cylindrical-coordinate representation of color #AED19C: hue angle of 99.62º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AED19C is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB174209156-
CMYK0.1700.250.18
HSL99.62º36.55%71.57%-
HSV(B)99.62º25.36%81.96%-
XYZ46.265740.02-
YUV192.49107.4114.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.28%
GREEN value IS 209 (82.03% from 255) = 38.78%
BLUE value IS 156 (61.33% from 255) = 28.94%
R=32.28%
G=38.78%
B=28.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742091560.1700.250.1899.6236.5571.57
HexAED19C1101912642548
Octal256321234210312214445110
Binary101011101101000110011100100010110011001011001001001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED19C; }

 p { color: rgb(174,209,156); }

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

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

 a { background-color: rgb(174,209,156); }

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

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

 span { border-color: rgb(174,209,156); }

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