Html Css Color HEX #AEDF84 Feijoa

📋 copy color: '#AEDF84'

red 174 ◦ green 223 ◦ blue 132

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

Shades of Feijoa #AEDF84

Tints of Feijoa #AEDF84

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.16%

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

R = 32.89%
G = 42.16%
B = 24.95%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#AEDF84 (or 0xAEDF84) is known color: Feijoa. HEX triplet: AE, DF and 84. RGB value is (174,223,132). Sum of RGB (Red+Green+Blue) = 174+223+132=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 132 (51.95% from 255 or 24.95% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDF84 is #51207B. Grayscale: #C6C6C6. Windows color (decimal): -5316732 or 8708014. OLE color: 8708014.

HSL color Cylindrical-coordinate representation of color #AEDF84: hue angle of 92.31º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AEDF84 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 223 132 -
CMYK 0.22 0 0.41 0.13
HSL 92.31º 0.59% 0.7% -
HSV(B) 92.31º 0.41% 0.87% -
XYZ 48.01 63.44 31.54 -
YUV 197.98 90.77 110.9 -
System Red Green Blue C M Y K H S L
Decimal 174 223 132 0.22 0 0.41 0.13 92.31 0.59 0.7
Hex AE DF 84 16 0 29 D 5C 3B 46
Octal 256 337 204 26 0 51 15 134 73 106
Binary 10101110 11011111 10000100 10110 0 101001 1101 1011100 111011 1000110

Color Harmonies of #AEDF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDF84

Black with #AEDF84

Text Example


Text Example

White with #AEDF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDF84; }

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

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

background-color css

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

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

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

border-color css

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

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

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