Html Css Color HEX #AADC77 Feijoa

📋 copy color: '#AADC77'

red 170 ◦ green 220 ◦ blue 119

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

Shades of Feijoa #AADC77

Tints of Feijoa #AADC77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.38%

R = 33.4%
G = 43.22%
B = 23.38%

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

#AADC77 (or 0xAADC77) is known color: Feijoa. HEX triplet: AA, DC and 77. RGB value is (170,220,119). Sum of RGB (Red+Green+Blue) = 170+220+119=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 119 (46.88% from 255 or 23.38% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADC77 is #552388. Grayscale: #C1C1C1. Windows color (decimal): -5579657 or 7855274. OLE color: 7855274.

HSL color Cylindrical-coordinate representation of color #AADC77: hue angle of 89.7º 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 #AADC77 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 220 119 -
CMYK 0.23 0 0.46 0.14
HSL 89.7º 0.59% 0.66% -
HSV(B) 89.7º 0.46% 0.86% -
XYZ 45.5 61.06 26.84 -
YUV 193.54 85.94 111.21 -
System Red Green Blue C M Y K H S L
Decimal 170 220 119 0.23 0 0.46 0.14 89.7 0.59 0.66
Hex AA DC 77 17 0 2E E 5A 3B 42
Octal 252 334 167 27 0 56 16 132 73 102
Binary 10101010 11011100 1110111 10111 0 101110 1110 1011010 111011 1000010

Color Harmonies of #AADC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC77

Black with #AADC77

Text Example


Text Example

White with #AADC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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