#AED09C

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

Shades of Pixie Green #AED09C

Tints of Pixie Green #AED09C

Color information

#AED09C (or 0xAED09C) is unknown color: approx Pixie Green. HEX triplet: AE, D0 and 9C. RGB value is (174,208,156). Sum of RGB (Red+Green+Blue) = 174+208+156=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 156 (61.33% from 255 or 29.00% from 538); Max value from RGB is 208 - color contains mainly: green. Hex color #AED09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED09C is #512F63. Grayscale: #C0C0C0. Windows color (decimal): -5320548 or 10277038. OLE color: 10277038.

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

Color convert

RGB174208156-
CMYK0.1600.250.18
HSL99.23º35.62%71.37%-
HSV(B)99.23º25%81.57%-
XYZ46.0156.5139.94-
YUV191.91107.74115.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.34%
GREEN value IS 208 (81.64% from 255) = 38.66%
BLUE value IS 156 (61.33% from 255) = 29.00%
R=32.34%
G=38.66%
B=29.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742081560.1600.250.1899.2335.6271.37
HexAED09C1001912632447
Octal256320234200312214344107
Binary101011101101000010011100100000110011001011000111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED09C; }

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

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

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

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

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

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

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

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