Html Css Color HEX #AED09C Pixie Green

📋 copy color: '#AED09C'

red 174 ◦ green 208 ◦ blue 156

#AED09C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pixie Green #AED09C

Tints of Pixie Green #AED09C

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%

R = 32.34%
G = 38.66%
B = 29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#AED09C (or 0xAED09C) is known color: 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

RGB 174 208 156 -
CMYK 0.16 0 0.25 0.18
HSL 99.23º 0.36% 0.71% -
HSV(B) 99.23º 0.25% 0.82% -
XYZ 46.01 56.51 39.94 -
YUV 191.91 107.74 115.23 -
System Red Green Blue C M Y K H S L
Decimal 174 208 156 0.16 0 0.25 0.18 99.23 0.36 0.71
Hex AE D0 9C 10 0 19 12 63 24 47
Octal 256 320 234 20 0 31 22 143 44 107
Binary 10101110 11010000 10011100 10000 0 11001 10010 1100011 100100 1000111

Color Harmonies of #AED09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED09C

Black with #AED09C

Text Example


Text Example

White with #AED09C

Text Example


Text Example

HTML Codes & Css Web 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>