Html Css Color HEX #AADC76 Feijoa

📋 copy color: '#AADC76'

red 170 ◦ green 220 ◦ blue 118

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

Shades of Feijoa #AADC76

Tints of Feijoa #AADC76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.23%

R = 33.46%
G = 43.31%
B = 23.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#AADC76 (or 0xAADC76) is known color: Feijoa. HEX triplet: AA, DC and 76. RGB value is (170,220,118). Sum of RGB (Red+Green+Blue) = 170+220+118=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADC76 is #552389. Grayscale: #C1C1C1. Windows color (decimal): -5579658 or 7789738. OLE color: 7789738.

HSL color Cylindrical-coordinate representation of color #AADC76: hue angle of 89.41º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AADC76 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 220 118 -
CMYK 0.23 0 0.46 0.14
HSL 89.41º 0.59% 0.66% -
HSV(B) 89.41º 0.46% 0.86% -
XYZ 45.44 61.04 26.53 -
YUV 193.42 85.44 111.29 -
System Red Green Blue C M Y K H S L
Decimal 170 220 118 0.23 0 0.46 0.14 89.41 0.59 0.66
Hex AA DC 76 17 0 2E E 59 3B 42
Octal 252 334 166 27 0 56 16 131 73 102
Binary 10101010 11011100 1110110 10111 0 101110 1110 1011001 111011 1000010

Color Harmonies of #AADC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC76

Black with #AADC76

Text Example


Text Example

White with #AADC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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