Html Css Color HEX #AEDB8B Feijoa

📋 copy color: '#AEDB8B'

red 174 ◦ green 219 ◦ blue 139

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

Shades of Feijoa #AEDB8B

Tints of Feijoa #AEDB8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.13%

R = 32.71%
G = 41.17%
B = 26.13%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#AEDB8B (or 0xAEDB8B) is known color: Feijoa. HEX triplet: AE, DB and 8B. RGB value is (174,219,139). Sum of RGB (Red+Green+Blue) = 174+219+139=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 139 (54.69% from 255 or 26.13% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDB8B is #512474. Grayscale: #C4C4C4. Windows color (decimal): -5317749 or 9165742. OLE color: 9165742.

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

Color convert

RGB 174 219 139 -
CMYK 0.21 0 0.37 0.14
HSL 93.75º 0.53% 0.7% -
HSV(B) 93.75º 0.37% 0.86% -
XYZ 47.45 61.53 33.8 -
YUV 196.43 95.59 112 -
System Red Green Blue C M Y K H S L
Decimal 174 219 139 0.21 0 0.37 0.14 93.75 0.53 0.7
Hex AE DB 8B 15 0 25 E 5E 35 46
Octal 256 333 213 25 0 45 16 136 65 106
Binary 10101110 11011011 10001011 10101 0 100101 1110 1011110 110101 1000110

Color Harmonies of #AEDB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDB8B

Black with #AEDB8B

Text Example


Text Example

White with #AEDB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDB8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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