Html Css Color HEX #AED784 Feijoa

📋 copy color: '#AED784'

red 174 ◦ green 215 ◦ blue 132

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

Shades of Feijoa #AED784

Tints of Feijoa #AED784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.34%

R = 33.4%
G = 41.27%
B = 25.34%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#AED784 (or 0xAED784) is known color: Feijoa. HEX triplet: AE, D7 and 84. RGB value is (174,215,132). Sum of RGB (Red+Green+Blue) = 174+215+132=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 215 - color contains mainly: green. Hex color #AED784 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED784 is #51287B. Grayscale: #C1C1C1. Windows color (decimal): -5318780 or 8705966. OLE color: 8705966.

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

Color convert

RGB 174 215 132 -
CMYK 0.19 0 0.39 0.16
HSL 89.64º 0.51% 0.68% -
HSV(B) 89.64º 0.39% 0.84% -
XYZ 45.92 59.27 30.85 -
YUV 193.28 93.42 114.25 -
System Red Green Blue C M Y K H S L
Decimal 174 215 132 0.19 0 0.39 0.16 89.64 0.51 0.68
Hex AE D7 84 13 0 27 10 5A 33 44
Octal 256 327 204 23 0 47 20 132 63 104
Binary 10101110 11010111 10000100 10011 0 100111 10000 1011010 110011 1000100

Color Harmonies of #AED784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED784

Black with #AED784

Text Example


Text Example

White with #AED784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED784; }

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

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

background-color css

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

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

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

border-color css

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

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

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