Html Css Color HEX #AED780 Feijoa

📋 copy color: '#AED780'

red 174 ◦ green 215 ◦ blue 128

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

Shades of Feijoa #AED780

Tints of Feijoa #AED780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.76%

R = 33.66%
G = 41.59%
B = 24.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#AED780 (or 0xAED780) is known color: Feijoa. HEX triplet: AE, D7 and 80. RGB value is (174,215,128). Sum of RGB (Red+Green+Blue) = 174+215+128=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 215 (84.38% from 255 or 41.59% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 215 - color contains mainly: green. Hex color #AED780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED780 is #51287F. Grayscale: #C1C1C1. Windows color (decimal): -5318784 or 8443822. OLE color: 8443822.

HSL color Cylindrical-coordinate representation of color #AED780: hue angle of 88.28º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AED780 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 215 128 -
CMYK 0.19 0 0.40 0.16
HSL 88.28º 0.52% 0.67% -
HSV(B) 88.28º 0.4% 0.84% -
XYZ 45.65 59.16 29.43 -
YUV 192.82 91.42 114.57 -
System Red Green Blue C M Y K H S L
Decimal 174 215 128 0.19 0 0.40 0.16 88.28 0.52 0.67
Hex AE D7 80 13 0 28 10 58 34 43
Octal 256 327 200 23 0 50 20 130 64 103
Binary 10101110 11010111 10000000 10011 0 101000 10000 1011000 110100 1000011

Color Harmonies of #AED780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED780

Black with #AED780

Text Example


Text Example

White with #AED780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED780; }

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

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

background-color css

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

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

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

border-color css

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

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

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