Html Css Color HEX #AACE8D Feijoa

📋 copy color: '#AACE8D'

red 170 ◦ green 206 ◦ blue 141

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

Shades of Feijoa #AACE8D

Tints of Feijoa #AACE8D

RGB

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

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

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

R = 32.88%
G = 39.85%
B = 27.27%

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

#AACE8D (or 0xAACE8D) is known color: Feijoa. HEX triplet: AA, CE and 8D. RGB value is (170,206,141). Sum of RGB (Red+Green+Blue) = 170+206+141=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACE8D is #553172. Grayscale: #BCBCBC. Windows color (decimal): -5583219 or 9293482. OLE color: 9293482.

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

Color convert

RGB 170 206 141 -
CMYK 0.17 0 0.32 0.19
HSL 93.23º 0.4% 0.68% -
HSV(B) 93.23º 0.32% 0.81% -
XYZ 43.46 54.61 33.45 -
YUV 187.83 101.57 115.29 -
System Red Green Blue C M Y K H S L
Decimal 170 206 141 0.17 0 0.32 0.19 93.23 0.4 0.68
Hex AA CE 8D 11 0 20 13 5D 28 44
Octal 252 316 215 21 0 40 23 135 50 104
Binary 10101010 11001110 10001101 10001 0 100000 10011 1011101 101000 1000100

Color Harmonies of #AACE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACE8D

Black with #AACE8D

Text Example


Text Example

White with #AACE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACE8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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