Html Css Color HEX #AAD786 Feijoa

📋 copy color: '#AAD786'

red 170 ◦ green 215 ◦ blue 134

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

Shades of Feijoa #AAD786

Tints of Feijoa #AAD786

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.43%

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

R = 32.76%
G = 41.43%
B = 25.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#AAD786 (or 0xAAD786) is known color: Feijoa. HEX triplet: AA, D7 and 86. RGB value is (170,215,134). Sum of RGB (Red+Green+Blue) = 170+215+134=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 134 (52.73% from 255 or 25.82% from 519); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD786 is #552879. Grayscale: #C0C0C0. Windows color (decimal): -5580922 or 8837034. OLE color: 8837034.

HSL color Cylindrical-coordinate representation of color #AAD786: hue angle of 93.33º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAD786 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 215 134 -
CMYK 0.21 0 0.38 0.16
HSL 93.33º 0.5% 0.68% -
HSV(B) 93.33º 0.38% 0.84% -
XYZ 45.18 58.87 31.54 -
YUV 192.31 95.09 112.09 -
System Red Green Blue C M Y K H S L
Decimal 170 215 134 0.21 0 0.38 0.16 93.33 0.5 0.68
Hex AA D7 86 15 0 26 10 5D 32 44
Octal 252 327 206 25 0 46 20 135 62 104
Binary 10101010 11010111 10000110 10101 0 100110 10000 1011101 110010 1000100

Color Harmonies of #AAD786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD786

Black with #AAD786

Text Example


Text Example

White with #AAD786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD786; }

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

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

background-color css

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

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

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

border-color css

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

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

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