Html Css Color HEX #AECC8C Feijoa

📋 copy color: '#AECC8C'

red 174 ◦ green 204 ◦ blue 140

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

Shades of Feijoa #AECC8C

Tints of Feijoa #AECC8C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.38%

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

R = 33.59%
G = 39.38%
B = 27.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#AECC8C (or 0xAECC8C) is known color: Feijoa. HEX triplet: AE, CC and 8C. RGB value is (174,204,140). Sum of RGB (Red+Green+Blue) = 174+204+140=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECC8C is #513373. Grayscale: #BBBBBB. Windows color (decimal): -5321588 or 9227438. OLE color: 9227438.

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

Color convert

RGB 174 204 140 -
CMYK 0.15 0 0.31 0.2
HSL 88.13º 0.39% 0.67% -
HSV(B) 88.13º 0.31% 0.8% -
XYZ 43.78 54.08 32.94 -
YUV 187.73 101.06 118.2 -
System Red Green Blue C M Y K H S L
Decimal 174 204 140 0.15 0 0.31 0.2 88.13 0.39 0.67
Hex AE CC 8C F 0 1F 14 58 27 43
Octal 256 314 214 17 0 37 24 130 47 103
Binary 10101110 11001100 10001100 1111 0 11111 10100 1011000 100111 1000011

Color Harmonies of #AECC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECC8C

Black with #AECC8C

Text Example


Text Example

White with #AECC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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