Html Css Color HEX #AADD8B Feijoa

📋 copy color: '#AADD8B'

red 170 ◦ green 221 ◦ blue 139

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

Shades of Feijoa #AADD8B

Tints of Feijoa #AADD8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.23%

R = 32.08%
G = 41.7%
B = 26.23%

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

#AADD8B (or 0xAADD8B) is known color: Feijoa. HEX triplet: AA, DD and 8B. RGB value is (170,221,139). Sum of RGB (Red+Green+Blue) = 170+221+139=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 139 (54.69% from 255 or 26.23% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADD8B is #552274. Grayscale: #C4C4C4. Windows color (decimal): -5579381 or 9166250. OLE color: 9166250.

HSL color Cylindrical-coordinate representation of color #AADD8B: hue angle of 97.32º degrees, saturation: 0.55, 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 #AADD8B is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 221 139 -
CMYK 0.23 0 0.37 0.13
HSL 97.32º 0.55% 0.71% -
HSV(B) 97.32º 0.37% 0.87% -
XYZ 47.09 62.12 33.93 -
YUV 196.4 95.6 109.17 -
System Red Green Blue C M Y K H S L
Decimal 170 221 139 0.23 0 0.37 0.13 97.32 0.55 0.71
Hex AA DD 8B 17 0 25 D 61 37 47
Octal 252 335 213 27 0 45 15 141 67 107
Binary 10101010 11011101 10001011 10111 0 100101 1101 1100001 110111 1000111

Color Harmonies of #AADD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD8B

Black with #AADD8B

Text Example


Text Example

White with #AADD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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