Html Css Color HEX #AAD379 Feijoa

📋 copy color: '#AAD379'

red 170 ◦ green 211 ◦ blue 121

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

Shades of Feijoa #AAD379

Tints of Feijoa #AAD379

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.03%

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

R = 33.86%
G = 42.03%
B = 24.1%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#AAD379 (or 0xAAD379) is known color: Feijoa. HEX triplet: AA, D3 and 79. RGB value is (170,211,121). Sum of RGB (Red+Green+Blue) = 170+211+121=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 121 (47.66% from 255 or 24.10% from 502); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD379 is #552C86. Grayscale: #BCBCBC. Windows color (decimal): -5581959 or 7984042. OLE color: 7984042.

HSL color Cylindrical-coordinate representation of color #AAD379: hue angle of 87.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAD379 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 211 121 -
CMYK 0.19 0 0.43 0.17
HSL 87.33º 0.51% 0.65% -
HSV(B) 87.33º 0.43% 0.83% -
XYZ 43.32 56.52 26.71 -
YUV 188.48 89.92 114.82 -
System Red Green Blue C M Y K H S L
Decimal 170 211 121 0.19 0 0.43 0.17 87.33 0.51 0.65
Hex AA D3 79 13 0 2B 11 57 33 41
Octal 252 323 171 23 0 53 21 127 63 101
Binary 10101010 11010011 1111001 10011 0 101011 10001 1010111 110011 1000001

Color Harmonies of #AAD379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD379

Black with #AAD379

Text Example


Text Example

White with #AAD379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD379; }

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

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

background-color css

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

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

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

border-color css

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

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

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