Html Css Color HEX #AEEB8D Feijoa

📋 copy color: '#AEEB8D'

red 174 ◦ green 235 ◦ blue 141

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

Shades of Feijoa #AEEB8D

Tints of Feijoa #AEEB8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.64%

R = 31.64%
G = 42.73%
B = 25.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#AEEB8D (or 0xAEEB8D) is known color: Feijoa. HEX triplet: AE, EB and 8D. RGB value is (174,235,141). Sum of RGB (Red+Green+Blue) = 174+235+141=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 141 (55.47% from 255 or 25.64% from 550); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEB8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEEB8D is #511472. Grayscale: #CECECE. Windows color (decimal): -5313651 or 9300910. OLE color: 9300910.

HSL color Cylindrical-coordinate representation of color #AEEB8D: hue angle of 98.94º 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 #AEEB8D is Cyan = 0.26, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 235 141 -
CMYK 0.26 0 0.4 0.08
HSL 98.94º 0.7% 0.74% -
HSV(B) 98.94º 0.4% 0.92% -
XYZ 51.97 70.34 36.04 -
YUV 206.05 91.29 105.14 -
System Red Green Blue C M Y K H S L
Decimal 174 235 141 0.26 0 0.4 0.08 98.94 0.7 0.74
Hex AE EB 8D 1A 0 28 8 63 46 4A
Octal 256 353 215 32 0 50 10 143 106 112
Binary 10101110 11101011 10001101 11010 0 101000 1000 1100011 1000110 1001010

Color Harmonies of #AEEB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEB8D

Black with #AEEB8D

Text Example


Text Example

White with #AEEB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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