Html Css Color HEX #AAD976 Feijoa

📋 copy color: '#AAD976'

red 170 ◦ green 217 ◦ blue 118

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

Shades of Feijoa #AAD976

Tints of Feijoa #AAD976

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.97%

 BLUE value IS 118 (46.48% from 255) = 23.37%

R = 33.66%
G = 42.97%
B = 23.37%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#AAD976 (or 0xAAD976) is known color: Feijoa. HEX triplet: AA, D9 and 76. RGB value is (170,217,118). Sum of RGB (Red+Green+Blue) = 170+217+118=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD976 is #552689. Grayscale: #C0C0C0. Windows color (decimal): -5580426 or 7788970. OLE color: 7788970.

HSL color Cylindrical-coordinate representation of color #AAD976: hue angle of 88.48º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAD976 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 217 118 -
CMYK 0.22 0 0.46 0.15
HSL 88.48º 0.57% 0.66% -
HSV(B) 88.48º 0.46% 0.85% -
XYZ 44.66 59.48 26.27 -
YUV 191.66 86.43 112.55 -
System Red Green Blue C M Y K H S L
Decimal 170 217 118 0.22 0 0.46 0.15 88.48 0.57 0.66
Hex AA D9 76 16 0 2E F 58 39 42
Octal 252 331 166 26 0 56 17 130 71 102
Binary 10101010 11011001 1110110 10110 0 101110 1111 1011000 111001 1000010

Color Harmonies of #AAD976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD976

Black with #AAD976

Text Example


Text Example

White with #AAD976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD976; }

 p { color: rgb(170,217,118); }

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

background-color css

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

 a { background-color: rgb(170,217,118); }

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

border-color css

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

 span { border-color: rgb(170,217,118); }

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