Html Css Color HEX #AEDA73 Feijoa

📋 copy color: '#AEDA73'

red 174 ◦ green 218 ◦ blue 115

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

Shades of Feijoa #AEDA73

Tints of Feijoa #AEDA73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.68%

R = 34.32%
G = 43%
B = 22.68%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#AEDA73 (or 0xAEDA73) is known color: Feijoa. HEX triplet: AE, DA and 73. RGB value is (174,218,115). Sum of RGB (Red+Green+Blue) = 174+218+115=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 115 (45.31% from 255 or 22.68% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDA73 is #51258C. Grayscale: #C1C1C1. Windows color (decimal): -5318029 or 7592622. OLE color: 7592622.

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

Color convert

RGB 174 218 115 -
CMYK 0.20 0 0.47 0.15
HSL 85.63º 0.58% 0.65% -
HSV(B) 85.63º 0.47% 0.85% -
XYZ 45.62 60.38 25.47 -
YUV 193.1 83.92 114.38 -
System Red Green Blue C M Y K H S L
Decimal 174 218 115 0.20 0 0.47 0.15 85.63 0.58 0.65
Hex AE DA 73 14 0 2F F 56 3A 41
Octal 256 332 163 24 0 57 17 126 72 101
Binary 10101110 11011010 1110011 10100 0 101111 1111 1010110 111010 1000001

Color Harmonies of #AEDA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDA73

Black with #AEDA73

Text Example


Text Example

White with #AEDA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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