Html Css Color HEX #AADC8C Feijoa

📋 copy color: '#AADC8C'

red 170 ◦ green 220 ◦ blue 140

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

Shades of Feijoa #AADC8C

Tints of Feijoa #AADC8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.42%

R = 32.08%
G = 41.51%
B = 26.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#AADC8C (or 0xAADC8C) is known color: Feijoa. HEX triplet: AA, DC and 8C. RGB value is (170,220,140). Sum of RGB (Red+Green+Blue) = 170+220+140=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 140 (55.08% from 255 or 26.42% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADC8C is #552373. Grayscale: #C4C4C4. Windows color (decimal): -5579636 or 9231530. OLE color: 9231530.

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

Color convert

RGB 170 220 140 -
CMYK 0.23 0 0.36 0.14
HSL 97.5º 0.53% 0.71% -
HSV(B) 97.5º 0.36% 0.86% -
XYZ 46.9 61.63 34.23 -
YUV 195.93 96.44 109.5 -
System Red Green Blue C M Y K H S L
Decimal 170 220 140 0.23 0 0.36 0.14 97.5 0.53 0.71
Hex AA DC 8C 17 0 24 E 62 35 47
Octal 252 334 214 27 0 44 16 142 65 107
Binary 10101010 11011100 10001100 10111 0 100100 1110 1100010 110101 1000111

Color Harmonies of #AADC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADC8C

Black with #AADC8C

Text Example


Text Example

White with #AADC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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