Html Css Color HEX #AAD779 Feijoa

📋 copy color: '#AAD779'

red 170 ◦ green 215 ◦ blue 121

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

Shades of Feijoa #AAD779

Tints of Feijoa #AAD779

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.49%

 BLUE value IS 121 (47.66% from 255) = 23.91%

R = 33.6%
G = 42.49%
B = 23.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#AAD779 (or 0xAAD779) is known color: Feijoa. HEX triplet: AA, D7 and 79. RGB value is (170,215,121). Sum of RGB (Red+Green+Blue) = 170+215+121=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 215 (84.38% from 255 or 42.49% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD779 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD779 is #552886. Grayscale: #BFBFBF. Windows color (decimal): -5580935 or 7985066. OLE color: 7985066.

HSL color Cylindrical-coordinate representation of color #AAD779: hue angle of 88.72º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAD779 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 215 121 -
CMYK 0.21 0 0.44 0.16
HSL 88.72º 0.54% 0.66% -
HSV(B) 88.72º 0.44% 0.84% -
XYZ 44.33 58.53 27.05 -
YUV 190.83 88.59 113.14 -
System Red Green Blue C M Y K H S L
Decimal 170 215 121 0.21 0 0.44 0.16 88.72 0.54 0.66
Hex AA D7 79 15 0 2C 10 59 36 42
Octal 252 327 171 25 0 54 20 131 66 102
Binary 10101010 11010111 1111001 10101 0 101100 10000 1011001 110110 1000010

Color Harmonies of #AAD779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD779

Black with #AAD779

Text Example


Text Example

White with #AAD779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD779; }

 p { color: rgb(170,215,121); }

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

background-color css

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

 a { background-color: rgb(170,215,121); }

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

border-color css

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

 span { border-color: rgb(170,215,121); }

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