Html Css Color HEX #AEEF8D Feijoa

📋 copy color: '#AEEF8D'

red 174 ◦ green 239 ◦ blue 141

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

Shades of Feijoa #AEEF8D

Tints of Feijoa #AEEF8D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.14%

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

R = 31.41%
G = 43.14%
B = 25.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#AEEF8D (or 0xAEEF8D) is known color: Feijoa. HEX triplet: AE, EF and 8D. RGB value is (174,239,141). Sum of RGB (Red+Green+Blue) = 174+239+141=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 141 (55.47% from 255 or 25.45% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEF8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEEF8D is #511072. Grayscale: #D0D0D0. Windows color (decimal): -5312627 or 9301934. OLE color: 9301934.

HSL color Cylindrical-coordinate representation of color #AEEF8D: hue angle of 99.8º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AEEF8D is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 239 141 -
CMYK 0.27 0 0.41 0.06
HSL 99.8º 0.75% 0.75% -
HSV(B) 99.8º 0.41% 0.94% -
XYZ 53.13 72.65 36.42 -
YUV 208.39 89.97 103.47 -
System Red Green Blue C M Y K H S L
Decimal 174 239 141 0.27 0 0.41 0.06 99.8 0.75 0.75
Hex AE EF 8D 1B 0 29 6 64 4B 4B
Octal 256 357 215 33 0 51 6 144 113 113
Binary 10101110 11101111 10001101 11011 0 101001 110 1100100 1001011 1001011

Color Harmonies of #AEEF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEF8D

Black with #AEEF8D

Text Example


Text Example

White with #AEEF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEF8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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