Html Css Color HEX #AEED8D Feijoa

📋 copy color: '#AEED8D'

red 174 ◦ green 237 ◦ blue 141

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

Shades of Feijoa #AEED8D

Tints of Feijoa #AEED8D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.93%

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

R = 31.52%
G = 42.93%
B = 25.54%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#AEED8D (or 0xAEED8D) is known color: Feijoa. HEX triplet: AE, ED and 8D. RGB value is (174,237,141). Sum of RGB (Red+Green+Blue) = 174+237+141=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 141 (55.47% from 255 or 25.54% from 552); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEED8D is #511272. Grayscale: #CFCFCF. Windows color (decimal): -5313139 or 9301422. OLE color: 9301422.

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

Color convert

RGB 174 237 141 -
CMYK 0.27 0 0.41 0.07
HSL 99.38º 0.73% 0.74% -
HSV(B) 99.38º 0.41% 0.93% -
XYZ 52.55 71.49 36.23 -
YUV 207.22 90.63 104.31 -
System Red Green Blue C M Y K H S L
Decimal 174 237 141 0.27 0 0.41 0.07 99.38 0.73 0.74
Hex AE ED 8D 1B 0 29 7 63 49 4A
Octal 256 355 215 33 0 51 7 143 111 112
Binary 10101110 11101101 10001101 11011 0 101001 111 1100011 1001001 1001010

Color Harmonies of #AEED8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEED8D

Black with #AEED8D

Text Example


Text Example

White with #AEED8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEED8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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