Html Css Color HEX #AEDC84 Feijoa

📋 copy color: '#AEDC84'

red 174 ◦ green 220 ◦ blue 132

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

Shades of Feijoa #AEDC84

Tints of Feijoa #AEDC84

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.83%

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

R = 33.08%
G = 41.83%
B = 25.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#AEDC84 (or 0xAEDC84) is known color: Feijoa. HEX triplet: AE, DC and 84. RGB value is (174,220,132). Sum of RGB (Red+Green+Blue) = 174+220+132=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 132 (51.95% from 255 or 25.10% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDC84 is #51237B. Grayscale: #C4C4C4. Windows color (decimal): -5317500 or 8707246. OLE color: 8707246.

HSL color Cylindrical-coordinate representation of color #AEDC84: hue angle of 91.36º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEDC84 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 220 132 -
CMYK 0.21 0 0.40 0.14
HSL 91.36º 0.56% 0.69% -
HSV(B) 91.36º 0.4% 0.86% -
XYZ 47.21 61.85 31.28 -
YUV 196.21 91.76 112.16 -
System Red Green Blue C M Y K H S L
Decimal 174 220 132 0.21 0 0.40 0.14 91.36 0.56 0.69
Hex AE DC 84 15 0 28 E 5B 38 45
Octal 256 334 204 25 0 50 16 133 70 105
Binary 10101110 11011100 10000100 10101 0 101000 1110 1011011 111000 1000101

Color Harmonies of #AEDC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDC84

Black with #AEDC84

Text Example


Text Example

White with #AEDC84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDC84; }

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

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

background-color css

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

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

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

border-color css

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

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

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