Html Css Color HEX #AED773 Feijoa

📋 copy color: '#AED773'

red 174 ◦ green 215 ◦ blue 115

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

Shades of Feijoa #AED773

Tints of Feijoa #AED773

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.66%

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

R = 34.52%
G = 42.66%
B = 22.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#AED773 (or 0xAED773) is known color: Feijoa. HEX triplet: AE, D7 and 73. RGB value is (174,215,115). Sum of RGB (Red+Green+Blue) = 174+215+115=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 215 - color contains mainly: green. Hex color #AED773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED773 is #51288C. Grayscale: #BFBFBF. Windows color (decimal): -5318797 or 7591854. OLE color: 7591854.

HSL color Cylindrical-coordinate representation of color #AED773: hue angle of 84.6º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AED773 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 215 115 -
CMYK 0.19 0 0.47 0.16
HSL 84.6º 0.56% 0.65% -
HSV(B) 84.6º 0.47% 0.84% -
XYZ 44.85 58.84 25.21 -
YUV 191.34 84.92 115.63 -
System Red Green Blue C M Y K H S L
Decimal 174 215 115 0.19 0 0.47 0.16 84.6 0.56 0.65
Hex AE D7 73 13 0 2F 10 55 38 41
Octal 256 327 163 23 0 57 20 125 70 101
Binary 10101110 11010111 1110011 10011 0 101111 10000 1010101 111000 1000001

Color Harmonies of #AED773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED773

Black with #AED773

Text Example


Text Example

White with #AED773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED773; }

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

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

background-color css

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

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

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

border-color css

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

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

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