Html Css Color HEX #AECF8C Feijoa

📋 copy color: '#AECF8C'

red 174 ◦ green 207 ◦ blue 140

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

Shades of Feijoa #AECF8C

Tints of Feijoa #AECF8C

RGB

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

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

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

R = 33.4%
G = 39.73%
B = 26.87%

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

#AECF8C (or 0xAECF8C) is known color: Feijoa. HEX triplet: AE, CF and 8C. RGB value is (174,207,140). Sum of RGB (Red+Green+Blue) = 174+207+140=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECF8C is #513073. Grayscale: #BDBDBD. Windows color (decimal): -5320820 or 9228206. OLE color: 9228206.

HSL color Cylindrical-coordinate representation of color #AECF8C: hue angle of 89.55º 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 #AECF8C is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 207 140 -
CMYK 0.16 0 0.32 0.19
HSL 89.55º 0.41% 0.68% -
HSV(B) 89.55º 0.32% 0.81% -
XYZ 44.5 55.52 33.18 -
YUV 189.5 100.07 116.95 -
System Red Green Blue C M Y K H S L
Decimal 174 207 140 0.16 0 0.32 0.19 89.55 0.41 0.68
Hex AE CF 8C 10 0 20 13 5A 29 44
Octal 256 317 214 20 0 40 23 132 51 104
Binary 10101110 11001111 10001100 10000 0 100000 10011 1011010 101001 1000100

Color Harmonies of #AECF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECF8C

Black with #AECF8C

Text Example


Text Example

White with #AECF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECF8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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