Html Css Color HEX #AECD8D Feijoa

📋 copy color: '#AECD8D'

red 174 ◦ green 205 ◦ blue 141

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

Shades of Feijoa #AECD8D

Tints of Feijoa #AECD8D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.42%

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

R = 33.46%
G = 39.42%
B = 27.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#AECD8D (or 0xAECD8D) is known color: Feijoa. HEX triplet: AE, CD and 8D. RGB value is (174,205,141). Sum of RGB (Red+Green+Blue) = 174+205+141=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECD8D is #513272. Grayscale: #BCBCBC. Windows color (decimal): -5321331 or 9293230. OLE color: 9293230.

HSL color Cylindrical-coordinate representation of color #AECD8D: hue angle of 89.06º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AECD8D is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 205 141 -
CMYK 0.15 0 0.31 0.20
HSL 89.06º 0.39% 0.68% -
HSV(B) 89.06º 0.31% 0.8% -
XYZ 44.09 54.58 33.41 -
YUV 188.44 101.23 117.7 -
System Red Green Blue C M Y K H S L
Decimal 174 205 141 0.15 0 0.31 0.20 89.06 0.39 0.68
Hex AE CD 8D F 0 1F 14 59 27 44
Octal 256 315 215 17 0 37 24 131 47 104
Binary 10101110 11001101 10001101 1111 0 11111 10100 1011001 100111 1000100

Color Harmonies of #AECD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECD8D

Black with #AECD8D

Text Example


Text Example

White with #AECD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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