Html Css Color HEX #AECD8A Feijoa

📋 copy color: '#AECD8A'

red 174 ◦ green 205 ◦ blue 138

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

Shades of Feijoa #AECD8A

Tints of Feijoa #AECD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.69%

R = 33.66%
G = 39.65%
B = 26.69%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#AECD8A (or 0xAECD8A) is known color: Feijoa. HEX triplet: AE, CD and 8A. RGB value is (174,205,138). Sum of RGB (Red+Green+Blue) = 174+205+138=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECD8A is #513275. Grayscale: #BCBCBC. Windows color (decimal): -5321334 or 9096622. OLE color: 9096622.

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

Color convert

RGB 174 205 138 -
CMYK 0.15 0 0.33 0.20
HSL 87.76º 0.4% 0.67% -
HSV(B) 87.76º 0.33% 0.8% -
XYZ 43.87 54.5 32.25 -
YUV 188.09 99.73 117.95 -
System Red Green Blue C M Y K H S L
Decimal 174 205 138 0.15 0 0.33 0.20 87.76 0.4 0.67
Hex AE CD 8A F 0 21 14 58 28 43
Octal 256 315 212 17 0 41 24 130 50 103
Binary 10101110 11001101 10001010 1111 0 100001 10100 1011000 101000 1000011

Color Harmonies of #AECD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECD8A

Black with #AECD8A

Text Example


Text Example

White with #AECD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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