Html Css Color HEX #AEE080 Feijoa

📋 copy color: '#AEE080'

red 174 ◦ green 224 ◦ blue 128

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

Shades of Feijoa #AEE080

Tints of Feijoa #AEE080

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.59%

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

R = 33.08%
G = 42.59%
B = 24.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#AEE080 (or 0xAEE080) is known color: Feijoa. HEX triplet: AE, E0 and 80. RGB value is (174,224,128). Sum of RGB (Red+Green+Blue) = 174+224+128=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEE080 is #511F7F. Grayscale: #C6C6C6. Windows color (decimal): -5316480 or 8446126. OLE color: 8446126.

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

Color convert

RGB 174 224 128 -
CMYK 0.22 0 0.43 0.12
HSL 91.25º 0.61% 0.69% -
HSV(B) 91.25º 0.43% 0.88% -
XYZ 48.01 63.87 30.22 -
YUV 198.11 88.44 110.81 -
System Red Green Blue C M Y K H S L
Decimal 174 224 128 0.22 0 0.43 0.12 91.25 0.61 0.69
Hex AE E0 80 16 0 2B C 5B 3D 45
Octal 256 340 200 26 0 53 14 133 75 105
Binary 10101110 11100000 10000000 10110 0 101011 1100 1011011 111101 1000101

Color Harmonies of #AEE080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE080

Black with #AEE080

Text Example


Text Example

White with #AEE080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE080; }

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

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

background-color css

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

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

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

border-color css

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

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

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