Html Css Color HEX #AEEF8C Feijoa

📋 copy color: '#AEEF8C'

red 174 ◦ green 239 ◦ blue 140

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

Shades of Feijoa #AEEF8C

Tints of Feijoa #AEEF8C

RGB

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

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

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

R = 31.46%
G = 43.22%
B = 25.32%

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

#AEEF8C (or 0xAEEF8C) is known color: Feijoa. HEX triplet: AE, EF and 8C. RGB value is (174,239,140). Sum of RGB (Red+Green+Blue) = 174+239+140=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 140 (55.08% from 255 or 25.32% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEF8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEEF8C is #511073. Grayscale: #D0D0D0. Windows color (decimal): -5312628 or 9236398. OLE color: 9236398.

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

Color convert

RGB 174 239 140 -
CMYK 0.27 0 0.41 0.06
HSL 99.39º 0.76% 0.74% -
HSV(B) 99.39º 0.41% 0.94% -
XYZ 53.06 72.63 36.03 -
YUV 208.28 89.47 103.55 -
System Red Green Blue C M Y K H S L
Decimal 174 239 140 0.27 0 0.41 0.06 99.39 0.76 0.74
Hex AE EF 8C 1B 0 29 6 63 4C 4A
Octal 256 357 214 33 0 51 6 143 114 112
Binary 10101110 11101111 10001100 11011 0 101001 110 1100011 1001100 1001010

Color Harmonies of #AEEF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEF8C

Black with #AEEF8C

Text Example


Text Example

White with #AEEF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEF8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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