Html Css Color HEX #AACD86 Feijoa

📋 copy color: '#AACD86'

red 170 ◦ green 205 ◦ blue 134

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

Shades of Feijoa #AACD86

Tints of Feijoa #AACD86

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.28%

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

R = 33.4%
G = 40.28%
B = 26.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#AACD86 (or 0xAACD86) is known color: Feijoa. HEX triplet: AA, CD and 86. RGB value is (170,205,134). Sum of RGB (Red+Green+Blue) = 170+205+134=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 134 (52.73% from 255 or 26.33% from 509); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACD86 is #553279. Grayscale: #BABABA. Windows color (decimal): -5583482 or 8834474. OLE color: 8834474.

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

Color convert

RGB 170 205 134 -
CMYK 0.17 0 0.35 0.20
HSL 89.58º 0.42% 0.66% -
HSV(B) 89.58º 0.35% 0.8% -
XYZ 42.71 53.93 30.71 -
YUV 186.44 98.4 116.27 -
System Red Green Blue C M Y K H S L
Decimal 170 205 134 0.17 0 0.35 0.20 89.58 0.42 0.66
Hex AA CD 86 11 0 23 14 5A 2A 42
Octal 252 315 206 21 0 43 24 132 52 102
Binary 10101010 11001101 10000110 10001 0 100011 10100 1011010 101010 1000010

Color Harmonies of #AACD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD86

Black with #AACD86

Text Example


Text Example

White with #AACD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD86; }

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

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

background-color css

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

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

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

border-color css

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

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

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