Html Css Color HEX #AAD684 Feijoa

📋 copy color: '#AAD684'

red 170 ◦ green 214 ◦ blue 132

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

Shades of Feijoa #AAD684

Tints of Feijoa #AAD684

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.47%

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

R = 32.95%
G = 41.47%
B = 25.58%

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

#AAD684 (or 0xAAD684) is known color: Feijoa. HEX triplet: AA, D6 and 84. RGB value is (170,214,132). Sum of RGB (Red+Green+Blue) = 170+214+132=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 132 (51.95% from 255 or 25.58% from 516); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD684 is #55297B. Grayscale: #BFBFBF. Windows color (decimal): -5581180 or 8705706. OLE color: 8705706.

HSL color Cylindrical-coordinate representation of color #AAD684: hue angle of 92.2º 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 #AAD684 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 214 132 -
CMYK 0.21 0 0.38 0.16
HSL 92.2º 0.5% 0.68% -
HSV(B) 92.2º 0.38% 0.84% -
XYZ 44.79 58.31 30.72 -
YUV 191.5 94.42 112.67 -
System Red Green Blue C M Y K H S L
Decimal 170 214 132 0.21 0 0.38 0.16 92.2 0.5 0.68
Hex AA D6 84 15 0 26 10 5C 32 44
Octal 252 326 204 25 0 46 20 134 62 104
Binary 10101010 11010110 10000100 10101 0 100110 10000 1011100 110010 1000100

Color Harmonies of #AAD684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD684

Black with #AAD684

Text Example


Text Example

White with #AAD684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD684; }

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

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

background-color css

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

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

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

border-color css

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

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

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