Html Css Color HEX #AACE86 Feijoa

📋 copy color: '#AACE86'

red 170 ◦ green 206 ◦ blue 134

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

Shades of Feijoa #AACE86

Tints of Feijoa #AACE86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 26.27%

R = 33.33%
G = 40.39%
B = 26.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#AACE86 (or 0xAACE86) is known color: Feijoa. HEX triplet: AA, CE and 86. RGB value is (170,206,134). Sum of RGB (Red+Green+Blue) = 170+206+134=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACE86 is #553179. Grayscale: #BBBBBB. Windows color (decimal): -5583226 or 8834730. OLE color: 8834730.

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

Color convert

RGB 170 206 134 -
CMYK 0.17 0 0.35 0.19
HSL 90º 0.42% 0.67% -
HSV(B) 90º 0.35% 0.81% -
XYZ 42.95 54.41 30.79 -
YUV 187.03 98.07 115.85 -
System Red Green Blue C M Y K H S L
Decimal 170 206 134 0.17 0 0.35 0.19 90 0.42 0.67
Hex AA CE 86 11 0 23 13 5A 2A 43
Octal 252 316 206 21 0 43 23 132 52 103
Binary 10101010 11001110 10000110 10001 0 100011 10011 1011010 101010 1000011

Color Harmonies of #AACE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACE86

Black with #AACE86

Text Example


Text Example

White with #AACE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACE86; }

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

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

background-color css

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

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

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

border-color css

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

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

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