Html Css Color HEX #AADD8C Feijoa

📋 copy color: '#AADD8C'

red 170 ◦ green 221 ◦ blue 140

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

Shades of Feijoa #AADD8C

Tints of Feijoa #AADD8C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.62%

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

R = 32.02%
G = 41.62%
B = 26.37%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#AADD8C (or 0xAADD8C) is known color: Feijoa. HEX triplet: AA, DD and 8C. RGB value is (170,221,140). Sum of RGB (Red+Green+Blue) = 170+221+140=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADD8C is #552273. Grayscale: #C4C4C4. Windows color (decimal): -5579380 or 9231786. OLE color: 9231786.

HSL color Cylindrical-coordinate representation of color #AADD8C: hue angle of 97.78º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AADD8C is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 221 140 -
CMYK 0.23 0 0.37 0.13
HSL 97.78º 0.54% 0.71% -
HSV(B) 97.78º 0.37% 0.87% -
XYZ 47.17 62.15 34.32 -
YUV 196.52 96.1 109.09 -
System Red Green Blue C M Y K H S L
Decimal 170 221 140 0.23 0 0.37 0.13 97.78 0.54 0.71
Hex AA DD 8C 17 0 25 D 62 36 47
Octal 252 335 214 27 0 45 15 142 66 107
Binary 10101010 11011101 10001100 10111 0 100101 1101 1100010 110110 1000111

Color Harmonies of #AADD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD8C

Black with #AADD8C

Text Example


Text Example

White with #AADD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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