Html Css Color HEX #AECF8D Feijoa

📋 copy color: '#AECF8D'

red 174 ◦ green 207 ◦ blue 141

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

Shades of Feijoa #AECF8D

Tints of Feijoa #AECF8D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.66%

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

R = 33.33%
G = 39.66%
B = 27.01%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#AECF8D (or 0xAECF8D) is known color: Feijoa. HEX triplet: AE, CF and 8D. RGB value is (174,207,141). Sum of RGB (Red+Green+Blue) = 174+207+141=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECF8D is #513072. Grayscale: #BDBDBD. Windows color (decimal): -5320819 or 9293742. OLE color: 9293742.

HSL color Cylindrical-coordinate representation of color #AECF8D: hue angle of 90º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AECF8D is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 207 141 -
CMYK 0.16 0 0.32 0.19
HSL 90º 0.41% 0.68% -
HSV(B) 90º 0.32% 0.81% -
XYZ 44.58 55.55 33.57 -
YUV 189.61 100.57 116.87 -
System Red Green Blue C M Y K H S L
Decimal 174 207 141 0.16 0 0.32 0.19 90 0.41 0.68
Hex AE CF 8D 10 0 20 13 5A 29 44
Octal 256 317 215 20 0 40 23 132 51 104
Binary 10101110 11001111 10001101 10000 0 100000 10011 1011010 101001 1000100

Color Harmonies of #AECF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECF8D

Black with #AECF8D

Text Example


Text Example

White with #AECF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECF8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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