Html Css Color HEX #AADD8D Feijoa

📋 copy color: '#AADD8D'

red 170 ◦ green 221 ◦ blue 141

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

Shades of Feijoa #AADD8D

Tints of Feijoa #AADD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.5%

R = 31.95%
G = 41.54%
B = 26.5%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#AADD8D (or 0xAADD8D) is known color: Feijoa. HEX triplet: AA, DD and 8D. RGB value is (170,221,141). Sum of RGB (Red+Green+Blue) = 170+221+141=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 141 (55.47% from 255 or 26.50% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADD8D is #552272. Grayscale: #C4C4C4. Windows color (decimal): -5579379 or 9297322. OLE color: 9297322.

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

Color convert

RGB 170 221 141 -
CMYK 0.23 0 0.36 0.13
HSL 98.25º 0.54% 0.71% -
HSV(B) 98.25º 0.36% 0.87% -
XYZ 47.24 62.18 34.71 -
YUV 196.63 96.6 109 -
System Red Green Blue C M Y K H S L
Decimal 170 221 141 0.23 0 0.36 0.13 98.25 0.54 0.71
Hex AA DD 8D 17 0 24 D 62 36 47
Octal 252 335 215 27 0 44 15 142 66 107
Binary 10101010 11011101 10001101 10111 0 100100 1101 1100010 110110 1000111

Color Harmonies of #AADD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD8D

Black with #AADD8D

Text Example


Text Example

White with #AADD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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