Html Css Color HEX #AED08C Feijoa

📋 copy color: '#AED08C'

red 174 ◦ green 208 ◦ blue 140

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

Shades of Feijoa #AED08C

Tints of Feijoa #AED08C

RGB

 RED value IS 174 (68.36% from 255) = 33.33%

 GREEN value IS 208 (81.64% from 255) = 39.85%

 BLUE value IS 140 (55.08% from 255) = 26.82%

R = 33.33%
G = 39.85%
B = 26.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#AED08C (or 0xAED08C) is known color: Feijoa. HEX triplet: AE, D0 and 8C. RGB value is (174,208,140). Sum of RGB (Red+Green+Blue) = 174+208+140=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 140 (55.08% from 255 or 26.82% from 522); Max value from RGB is 208 - color contains mainly: green. Hex color #AED08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED08C is #512F73. Grayscale: #BEBEBE. Windows color (decimal): -5320564 or 9228462. OLE color: 9228462.

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

Color convert

RGB 174 208 140 -
CMYK 0.16 0 0.33 0.18
HSL 90º 0.42% 0.68% -
HSV(B) 90º 0.33% 0.82% -
XYZ 44.75 56 33.26 -
YUV 190.08 99.74 116.53 -
System Red Green Blue C M Y K H S L
Decimal 174 208 140 0.16 0 0.33 0.18 90 0.42 0.68
Hex AE D0 8C 10 0 21 12 5A 2A 44
Octal 256 320 214 20 0 41 22 132 52 104
Binary 10101110 11010000 10001100 10000 0 100001 10010 1011010 101010 1000100

Color Harmonies of #AED08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED08C

Black with #AED08C

Text Example


Text Example

White with #AED08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED08C; }

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

 H1.HeaderClassName
 {
   color: #AED08C;
 }
 .AnyTagClassName
 {
   color: #AED08C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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