Html Css Color HEX #AAD984 Feijoa

📋 copy color: '#AAD984'

red 170 ◦ green 217 ◦ blue 132

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

Shades of Feijoa #AAD984

Tints of Feijoa #AAD984

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.81%

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

R = 32.76%
G = 41.81%
B = 25.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#AAD984 (or 0xAAD984) is known color: Feijoa. HEX triplet: AA, D9 and 84. RGB value is (170,217,132). Sum of RGB (Red+Green+Blue) = 170+217+132=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 132 (51.95% from 255 or 25.43% from 519); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD984 is #55267B. Grayscale: #C1C1C1. Windows color (decimal): -5580412 or 8706474. OLE color: 8706474.

HSL color Cylindrical-coordinate representation of color #AAD984: hue angle of 93.18º degrees, saturation: 0.53, 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 #AAD984 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 217 132 -
CMYK 0.22 0 0.39 0.15
HSL 93.18º 0.53% 0.68% -
HSV(B) 93.18º 0.39% 0.85% -
XYZ 45.56 59.84 30.98 -
YUV 193.26 93.43 111.41 -
System Red Green Blue C M Y K H S L
Decimal 170 217 132 0.22 0 0.39 0.15 93.18 0.53 0.68
Hex AA D9 84 16 0 27 F 5D 35 44
Octal 252 331 204 26 0 47 17 135 65 104
Binary 10101010 11011001 10000100 10110 0 100111 1111 1011101 110101 1000100

Color Harmonies of #AAD984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD984

Black with #AAD984

Text Example


Text Example

White with #AAD984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD984; }

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

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

background-color css

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

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

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

border-color css

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

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

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