Html Css Color HEX #AECE8E Feijoa

📋 copy color: '#AECE8E'

red 174 ◦ green 206 ◦ blue 142

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

Shades of Feijoa #AECE8E

Tints of Feijoa #AECE8E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.46%

 BLUE value IS 142 (55.86% from 255) = 27.2%

R = 33.33%
G = 39.46%
B = 27.2%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#AECE8E (or 0xAECE8E) is known color: Feijoa. HEX triplet: AE, CE and 8E. RGB value is (174,206,142). Sum of RGB (Red+Green+Blue) = 174+206+142=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 142 (55.86% from 255 or 27.20% from 522); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECE8E is #513171. Grayscale: #BDBDBD. Windows color (decimal): -5321074 or 9359022. OLE color: 9359022.

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

Color convert

RGB 174 206 142 -
CMYK 0.16 0 0.31 0.19
HSL 90º 0.4% 0.68% -
HSV(B) 90º 0.31% 0.81% -
XYZ 44.41 55.09 33.88 -
YUV 189.14 101.4 117.2 -
System Red Green Blue C M Y K H S L
Decimal 174 206 142 0.16 0 0.31 0.19 90 0.4 0.68
Hex AE CE 8E 10 0 1F 13 5A 28 44
Octal 256 316 216 20 0 37 23 132 50 104
Binary 10101110 11001110 10001110 10000 0 11111 10011 1011010 101000 1000100

Color Harmonies of #AECE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECE8E

Black with #AECE8E

Text Example


Text Example

White with #AECE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECE8E; }

 p { color: rgb(174,206,142); }

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

background-color css

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

 a { background-color: rgb(174,206,142); }

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

border-color css

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

 span { border-color: rgb(174,206,142); }

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