Html Css Color HEX #AACE8C Feijoa

📋 copy color: '#AACE8C'

red 170 ◦ green 206 ◦ blue 140

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

Shades of Feijoa #AACE8C

Tints of Feijoa #AACE8C

RGB

 RED value IS 170 (66.8% from 255) = 32.95%

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

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

R = 32.95%
G = 39.92%
B = 27.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#AACE8C (or 0xAACE8C) is known color: Feijoa. HEX triplet: AA, CE and 8C. RGB value is (170,206,140). Sum of RGB (Red+Green+Blue) = 170+206+140=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACE8C is #553173. Grayscale: #BBBBBB. Windows color (decimal): -5583220 or 9227946. OLE color: 9227946.

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

Color convert

RGB 170 206 140 -
CMYK 0.17 0 0.32 0.19
HSL 92.73º 0.4% 0.68% -
HSV(B) 92.73º 0.32% 0.81% -
XYZ 43.38 54.58 33.06 -
YUV 187.71 101.07 115.37 -
System Red Green Blue C M Y K H S L
Decimal 170 206 140 0.17 0 0.32 0.19 92.73 0.4 0.68
Hex AA CE 8C 11 0 20 13 5D 28 44
Octal 252 316 214 21 0 40 23 135 50 104
Binary 10101010 11001110 10001100 10001 0 100000 10011 1011101 101000 1000100

Color Harmonies of #AACE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACE8C

Black with #AACE8C

Text Example


Text Example

White with #AACE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACE8C; }

 p { color: rgb(170,206,140); }

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

background-color css

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

 a { background-color: rgb(170,206,140); }

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

border-color css

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

 span { border-color: rgb(170,206,140); }

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