Html Css Color HEX #AEE486 Feijoa

📋 copy color: '#AEE486'

red 174 ◦ green 228 ◦ blue 134

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

Shades of Feijoa #AEE486

Tints of Feijoa #AEE486

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.54%

 BLUE value IS 134 (52.73% from 255) = 25%

R = 32.46%
G = 42.54%
B = 25%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#AEE486 (or 0xAEE486) is known color: Feijoa. HEX triplet: AE, E4 and 86. RGB value is (174,228,134). Sum of RGB (Red+Green+Blue) = 174+228+134=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 228 (89.45% from 255 or 42.54% from 536); Blue value is 134 (52.73% from 255 or 25% from 536); Max value from RGB is 228 - color contains mainly: green. Hex color #AEE486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEE486 is #511B79. Grayscale: #C9C9C9. Windows color (decimal): -5315450 or 8840366. OLE color: 8840366.

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

Color convert

RGB 174 228 134 -
CMYK 0.24 0 0.41 0.11
HSL 94.47º 0.64% 0.71% -
HSV(B) 94.47º 0.41% 0.89% -
XYZ 49.5 66.21 32.72 -
YUV 201.14 90.11 108.64 -
System Red Green Blue C M Y K H S L
Decimal 174 228 134 0.24 0 0.41 0.11 94.47 0.64 0.71
Hex AE E4 86 18 0 29 B 5E 40 47
Octal 256 344 206 30 0 51 13 136 100 107
Binary 10101110 11100100 10000110 11000 0 101001 1011 1011110 1000000 1000111

Color Harmonies of #AEE486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE486

Black with #AEE486

Text Example


Text Example

White with #AEE486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE486; }

 p { color: rgb(174,228,134); }

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

background-color css

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

 a { background-color: rgb(174,228,134); }

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

border-color css

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

 span { border-color: rgb(174,228,134); }

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