Html Css Color HEX #AAD884 Feijoa

📋 copy color: '#AAD884'

red 170 ◦ green 216 ◦ blue 132

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

Shades of Feijoa #AAD884

Tints of Feijoa #AAD884

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.7%

 BLUE value IS 132 (51.95% from 255) = 25.48%

R = 32.82%
G = 41.7%
B = 25.48%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#AAD884 (or 0xAAD884) is known color: Feijoa. HEX triplet: AA, D8 and 84. RGB value is (170,216,132). Sum of RGB (Red+Green+Blue) = 170+216+132=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD884 is #55277B. Grayscale: #C0C0C0. Windows color (decimal): -5580668 or 8706218. OLE color: 8706218.

HSL color Cylindrical-coordinate representation of color #AAD884: hue angle of 92.86º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAD884 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 216 132 -
CMYK 0.21 0 0.39 0.15
HSL 92.86º 0.52% 0.68% -
HSV(B) 92.86º 0.39% 0.85% -
XYZ 45.3 59.32 30.89 -
YUV 192.67 93.76 111.83 -
System Red Green Blue C M Y K H S L
Decimal 170 216 132 0.21 0 0.39 0.15 92.86 0.52 0.68
Hex AA D8 84 15 0 27 F 5D 34 44
Octal 252 330 204 25 0 47 17 135 64 104
Binary 10101010 11011000 10000100 10101 0 100111 1111 1011101 110100 1000100

Color Harmonies of #AAD884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD884

Black with #AAD884

Text Example


Text Example

White with #AAD884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD884; }

 p { color: rgb(170,216,132); }

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

background-color css

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

 a { background-color: rgb(170,216,132); }

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

border-color css

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

 span { border-color: rgb(170,216,132); }

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