Html Css Color HEX #AADC84 Feijoa

📋 copy color: '#AADC84'

red 170 ◦ green 220 ◦ blue 132

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

Shades of Feijoa #AADC84

Tints of Feijoa #AADC84

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.15%

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

R = 32.57%
G = 42.15%
B = 25.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#AADC84 (or 0xAADC84) is known color: Feijoa. HEX triplet: AA, DC and 84. RGB value is (170,220,132). Sum of RGB (Red+Green+Blue) = 170+220+132=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 132 (51.95% from 255 or 25.29% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADC84 is #55237B. Grayscale: #C3C3C3. Windows color (decimal): -5579644 or 8707242. OLE color: 8707242.

HSL color Cylindrical-coordinate representation of color #AADC84: hue angle of 94.09º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AADC84 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 220 132 -
CMYK 0.23 0 0.40 0.14
HSL 94.09º 0.56% 0.69% -
HSV(B) 94.09º 0.4% 0.86% -
XYZ 46.34 61.4 31.24 -
YUV 195.02 92.44 110.16 -
System Red Green Blue C M Y K H S L
Decimal 170 220 132 0.23 0 0.40 0.14 94.09 0.56 0.69
Hex AA DC 84 17 0 28 E 5E 38 45
Octal 252 334 204 27 0 50 16 136 70 105
Binary 10101010 11011100 10000100 10111 0 101000 1110 1011110 111000 1000101

Color Harmonies of #AADC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC84

Black with #AADC84

Text Example


Text Example

White with #AADC84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC84; }

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

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

background-color css

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

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

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

border-color css

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

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

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