Html Css Color HEX #AAD186 Feijoa

📋 copy color: '#AAD186'

red 170 ◦ green 209 ◦ blue 134

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

Shades of Feijoa #AAD186

Tints of Feijoa #AAD186

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.74%

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

R = 33.14%
G = 40.74%
B = 26.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#AAD186 (or 0xAAD186) is known color: Feijoa. HEX triplet: AA, D1 and 86. RGB value is (170,209,134). Sum of RGB (Red+Green+Blue) = 170+209+134=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 209 (82.03% from 255 or 40.74% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD186 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD186 is #552E79. Grayscale: #BDBDBD. Windows color (decimal): -5582458 or 8835498. OLE color: 8835498.

HSL color Cylindrical-coordinate representation of color #AAD186: hue angle of 91.2º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAD186 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 209 134 -
CMYK 0.19 0 0.36 0.18
HSL 91.2º 0.45% 0.67% -
HSV(B) 91.2º 0.36% 0.82% -
XYZ 43.68 55.87 31.04 -
YUV 188.79 97.08 114.6 -
System Red Green Blue C M Y K H S L
Decimal 170 209 134 0.19 0 0.36 0.18 91.2 0.45 0.67
Hex AA D1 86 13 0 24 12 5B 2D 43
Octal 252 321 206 23 0 44 22 133 55 103
Binary 10101010 11010001 10000110 10011 0 100100 10010 1011011 101101 1000011

Color Harmonies of #AAD186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD186

Black with #AAD186

Text Example


Text Example

White with #AAD186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD186; }

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

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

background-color css

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

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

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

border-color css

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

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

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