Html Css Color HEX #AEE485 Feijoa

📋 copy color: '#AEE485'

red 174 ◦ green 228 ◦ blue 133

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

Shades of Feijoa #AEE485

Tints of Feijoa #AEE485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.86%

R = 32.52%
G = 42.62%
B = 24.86%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#AEE485 (or 0xAEE485) is known color: Feijoa. HEX triplet: AE, E4 and 85. RGB value is (174,228,133). Sum of RGB (Red+Green+Blue) = 174+228+133=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 228 (89.45% from 255 or 42.62% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 228 - color contains mainly: green. Hex color #AEE485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEE485 is #511B7A. Grayscale: #C9C9C9. Windows color (decimal): -5315451 or 8774830. OLE color: 8774830.

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

Color convert

RGB 174 228 133 -
CMYK 0.24 0 0.42 0.11
HSL 94.11º 0.64% 0.71% -
HSV(B) 94.11º 0.42% 0.89% -
XYZ 49.43 66.18 32.36 -
YUV 201.02 89.61 108.72 -
System Red Green Blue C M Y K H S L
Decimal 174 228 133 0.24 0 0.42 0.11 94.11 0.64 0.71
Hex AE E4 85 18 0 2A B 5E 40 47
Octal 256 344 205 30 0 52 13 136 100 107
Binary 10101110 11100100 10000101 11000 0 101010 1011 1011110 1000000 1000111

Color Harmonies of #AEE485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE485

Black with #AEE485

Text Example


Text Example

White with #AEE485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE485; }

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

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

background-color css

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

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

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

border-color css

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

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

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