Html Css Color HEX #AEE18C Feijoa

📋 copy color: '#AEE18C'

red 174 ◦ green 225 ◦ blue 140

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

Shades of Feijoa #AEE18C

Tints of Feijoa #AEE18C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.74%

 BLUE value IS 140 (55.08% from 255) = 25.97%

R = 32.28%
G = 41.74%
B = 25.97%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#AEE18C (or 0xAEE18C) is known color: Feijoa. HEX triplet: AE, E1 and 8C. RGB value is (174,225,140). Sum of RGB (Red+Green+Blue) = 174+225+140=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEE18C is #511E73. Grayscale: #C8C8C8. Windows color (decimal): -5316212 or 9232814. OLE color: 9232814.

HSL color Cylindrical-coordinate representation of color #AEE18C: hue angle of 96º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AEE18C is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 225 140 -
CMYK 0.23 0 0.38 0.12
HSL 96º 0.59% 0.72% -
HSV(B) 96º 0.38% 0.88% -
XYZ 49.11 64.74 34.72 -
YUV 200.06 94.1 109.41 -
System Red Green Blue C M Y K H S L
Decimal 174 225 140 0.23 0 0.38 0.12 96 0.59 0.72
Hex AE E1 8C 17 0 26 C 60 3B 48
Octal 256 341 214 27 0 46 14 140 73 110
Binary 10101110 11100001 10001100 10111 0 100110 1100 1100000 111011 1001000

Color Harmonies of #AEE18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE18C

Black with #AEE18C

Text Example


Text Example

White with #AEE18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE18C; }

 p { color: rgb(174,225,140); }

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

background-color css

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

 a { background-color: rgb(174,225,140); }

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

border-color css

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

 span { border-color: rgb(174,225,140); }

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