Html Css Color HEX #AEE380 Feijoa

📋 copy color: '#AEE380'

red 174 ◦ green 227 ◦ blue 128

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

Shades of Feijoa #AEE380

Tints of Feijoa #AEE380

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.91%

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

R = 32.89%
G = 42.91%
B = 24.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#AEE380 (or 0xAEE380) is known color: Feijoa. HEX triplet: AE, E3 and 80. RGB value is (174,227,128). Sum of RGB (Red+Green+Blue) = 174+227+128=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 227 (89.06% from 255 or 42.91% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 227 - color contains mainly: green. Hex color #AEE380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEE380 is #511C7F. Grayscale: #C8C8C8. Windows color (decimal): -5315712 or 8446894. OLE color: 8446894.

HSL color Cylindrical-coordinate representation of color #AEE380: hue angle of 92.12º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AEE380 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 174 227 128 -
CMYK 0.23 0 0.44 0.11
HSL 92.12º 0.64% 0.7% -
HSV(B) 92.12º 0.44% 0.89% -
XYZ 48.82 65.5 30.49 -
YUV 199.87 87.44 109.55 -
System Red Green Blue C M Y K H S L
Decimal 174 227 128 0.23 0 0.44 0.11 92.12 0.64 0.7
Hex AE E3 80 17 0 2C B 5C 40 46
Octal 256 343 200 27 0 54 13 134 100 106
Binary 10101110 11100011 10000000 10111 0 101100 1011 1011100 1000000 1000110

Color Harmonies of #AEE380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE380

Black with #AEE380

Text Example


Text Example

White with #AEE380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE380; }

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

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

background-color css

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

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

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

border-color css

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

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

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