Html Css Color HEX #AAD977 Feijoa

📋 copy color: '#AAD977'

red 170 ◦ green 217 ◦ blue 119

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

Shades of Feijoa #AAD977

Tints of Feijoa #AAD977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.52%

R = 33.6%
G = 42.89%
B = 23.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#AAD977 (or 0xAAD977) is known color: Feijoa. HEX triplet: AA, D9 and 77. RGB value is (170,217,119). Sum of RGB (Red+Green+Blue) = 170+217+119=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD977 is #552688. Grayscale: #C0C0C0. Windows color (decimal): -5580425 or 7854506. OLE color: 7854506.

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

Color convert

RGB 170 217 119 -
CMYK 0.22 0 0.45 0.15
HSL 88.78º 0.56% 0.66% -
HSV(B) 88.78º 0.45% 0.85% -
XYZ 44.72 59.5 26.58 -
YUV 191.78 86.93 112.47 -
System Red Green Blue C M Y K H S L
Decimal 170 217 119 0.22 0 0.45 0.15 88.78 0.56 0.66
Hex AA D9 77 16 0 2D F 59 38 42
Octal 252 331 167 26 0 55 17 131 70 102
Binary 10101010 11011001 1110111 10110 0 101101 1111 1011001 111000 1000010

Color Harmonies of #AAD977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD977

Black with #AAD977

Text Example


Text Example

White with #AAD977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD977; }

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

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

background-color css

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

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

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

border-color css

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

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

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