Html Css Color HEX #AEDB8C Feijoa

📋 copy color: '#AEDB8C'

red 174 ◦ green 219 ◦ blue 140

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

Shades of Feijoa #AEDB8C

Tints of Feijoa #AEDB8C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.09%

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

R = 32.65%
G = 41.09%
B = 26.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#AEDB8C (or 0xAEDB8C) is known color: Feijoa. HEX triplet: AE, DB and 8C. RGB value is (174,219,140). Sum of RGB (Red+Green+Blue) = 174+219+140=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 140 (55.08% from 255 or 26.27% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDB8C is #512473. Grayscale: #C4C4C4. Windows color (decimal): -5317748 or 9231278. OLE color: 9231278.

HSL color Cylindrical-coordinate representation of color #AEDB8C: hue angle of 94.18º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AEDB8C is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 219 140 -
CMYK 0.21 0 0.36 0.14
HSL 94.18º 0.52% 0.7% -
HSV(B) 94.18º 0.36% 0.86% -
XYZ 47.52 61.56 34.19 -
YUV 196.54 96.09 111.92 -
System Red Green Blue C M Y K H S L
Decimal 174 219 140 0.21 0 0.36 0.14 94.18 0.52 0.7
Hex AE DB 8C 15 0 24 E 5E 34 46
Octal 256 333 214 25 0 44 16 136 64 106
Binary 10101110 11011011 10001100 10101 0 100100 1110 1011110 110100 1000110

Color Harmonies of #AEDB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDB8C

Black with #AEDB8C

Text Example


Text Example

White with #AEDB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDB8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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