Html Css Color HEX #AEDF80 Feijoa

📋 copy color: '#AEDF80'

red 174 ◦ green 223 ◦ blue 128

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

Shades of Feijoa #AEDF80

Tints of Feijoa #AEDF80

RGB

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

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

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

R = 33.14%
G = 42.48%
B = 24.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#AEDF80 (or 0xAEDF80) is known color: Feijoa. HEX triplet: AE, DF and 80. RGB value is (174,223,128). Sum of RGB (Red+Green+Blue) = 174+223+128=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDF80 is #51207F. Grayscale: #C5C5C5. Windows color (decimal): -5316736 or 8445870. OLE color: 8445870.

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

Color convert

RGB 174 223 128 -
CMYK 0.22 0 0.43 0.13
HSL 90.95º 0.6% 0.69% -
HSV(B) 90.95º 0.43% 0.87% -
XYZ 47.74 63.33 30.13 -
YUV 197.52 88.77 111.22 -
System Red Green Blue C M Y K H S L
Decimal 174 223 128 0.22 0 0.43 0.13 90.95 0.6 0.69
Hex AE DF 80 16 0 2B D 5B 3C 45
Octal 256 337 200 26 0 53 15 133 74 105
Binary 10101110 11011111 10000000 10110 0 101011 1101 1011011 111100 1000101

Color Harmonies of #AEDF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDF80

Black with #AEDF80

Text Example


Text Example

White with #AEDF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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