Html Css Color HEX #AEDA92 Feijoa

📋 copy color: '#AEDA92'

red 174 ◦ green 218 ◦ blue 146

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

Shades of Feijoa #AEDA92

Tints of Feijoa #AEDA92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.14%

R = 32.34%
G = 40.52%
B = 27.14%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#AEDA92 (or 0xAEDA92) is known color: Feijoa. HEX triplet: AE, DA and 92. RGB value is (174,218,146). Sum of RGB (Red+Green+Blue) = 174+218+146=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 146 (57.42% from 255 or 27.14% from 538); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDA92 is #51256D. Grayscale: #C4C4C4. Windows color (decimal): -5317998 or 9624238. OLE color: 9624238.

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

Color convert

RGB 174 218 146 -
CMYK 0.20 0 0.33 0.15
HSL 96.67º 0.49% 0.71% -
HSV(B) 96.67º 0.33% 0.85% -
XYZ 47.72 61.22 36.5 -
YUV 196.64 99.42 111.85 -
System Red Green Blue C M Y K H S L
Decimal 174 218 146 0.20 0 0.33 0.15 96.67 0.49 0.71
Hex AE DA 92 14 0 21 F 61 31 47
Octal 256 332 222 24 0 41 17 141 61 107
Binary 10101110 11011010 10010010 10100 0 100001 1111 1100001 110001 1000111

Color Harmonies of #AEDA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDA92

Black with #AEDA92

Text Example


Text Example

White with #AEDA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDA92; }

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

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

background-color css

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

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

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

border-color css

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

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

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