Html Css Color HEX #AEDA7B Feijoa

📋 copy color: '#AEDA7B'

red 174 ◦ green 218 ◦ blue 123

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

Shades of Feijoa #AEDA7B

Tints of Feijoa #AEDA7B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.33%

 BLUE value IS 123 (48.44% from 255) = 23.88%

R = 33.79%
G = 42.33%
B = 23.88%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#AEDA7B (or 0xAEDA7B) is known color: Feijoa. HEX triplet: AE, DA and 7B. RGB value is (174,218,123). Sum of RGB (Red+Green+Blue) = 174+218+123=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 123 (48.44% from 255 or 23.88% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDA7B is #512584. Grayscale: #C2C2C2. Windows color (decimal): -5318021 or 8116910. OLE color: 8116910.

HSL color Cylindrical-coordinate representation of color #AEDA7B: hue angle of 87.79º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AEDA7B is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 218 123 -
CMYK 0.20 0 0.44 0.15
HSL 87.79º 0.56% 0.67% -
HSV(B) 87.79º 0.44% 0.85% -
XYZ 46.1 60.57 28 -
YUV 194.01 87.92 113.72 -
System Red Green Blue C M Y K H S L
Decimal 174 218 123 0.20 0 0.44 0.15 87.79 0.56 0.67
Hex AE DA 7B 14 0 2C F 58 38 43
Octal 256 332 173 24 0 54 17 130 70 103
Binary 10101110 11011010 1111011 10100 0 101100 1111 1011000 111000 1000011

Color Harmonies of #AEDA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDA7B

Black with #AEDA7B

Text Example


Text Example

White with #AEDA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDA7B; }

 p { color: rgb(174,218,123); }

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

background-color css

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

 a { background-color: rgb(174,218,123); }

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

border-color css

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

 span { border-color: rgb(174,218,123); }

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