Html Css Color HEX #AEEB8C Feijoa

📋 copy color: '#AEEB8C'

red 174 ◦ green 235 ◦ blue 140

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

Shades of Feijoa #AEEB8C

Tints of Feijoa #AEEB8C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.81%

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

R = 31.69%
G = 42.81%
B = 25.5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#AEEB8C (or 0xAEEB8C) is known color: Feijoa. HEX triplet: AE, EB and 8C. RGB value is (174,235,140). Sum of RGB (Red+Green+Blue) = 174+235+140=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEB8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEEB8C is #511473. Grayscale: #CECECE. Windows color (decimal): -5313652 or 9235374. OLE color: 9235374.

HSL color Cylindrical-coordinate representation of color #AEEB8C: hue angle of 98.53º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEEB8C is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 235 140 -
CMYK 0.26 0 0.40 0.08
HSL 98.53º 0.7% 0.74% -
HSV(B) 98.53º 0.4% 0.92% -
XYZ 51.9 70.31 35.65 -
YUV 205.93 90.79 105.22 -
System Red Green Blue C M Y K H S L
Decimal 174 235 140 0.26 0 0.40 0.08 98.53 0.7 0.74
Hex AE EB 8C 1A 0 28 8 63 46 4A
Octal 256 353 214 32 0 50 10 143 106 112
Binary 10101110 11101011 10001100 11010 0 101000 1000 1100011 1000110 1001010

Color Harmonies of #AEEB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEB8C

Black with #AEEB8C

Text Example


Text Example

White with #AEEB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEB8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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