Html Css Color HEX #AAD77C Feijoa

📋 copy color: '#AAD77C'

red 170 ◦ green 215 ◦ blue 124

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

Shades of Feijoa #AAD77C

Tints of Feijoa #AAD77C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.36%

R = 33.4%
G = 42.24%
B = 24.36%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#AAD77C (or 0xAAD77C) is known color: Feijoa. HEX triplet: AA, D7 and 7C. RGB value is (170,215,124). Sum of RGB (Red+Green+Blue) = 170+215+124=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 215 (84.38% from 255 or 42.24% from 509); Blue value is 124 (48.83% from 255 or 24.36% from 509); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD77C is #552883. Grayscale: #BFBFBF. Windows color (decimal): -5580932 or 8181674. OLE color: 8181674.

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

Color convert

RGB 170 215 124 -
CMYK 0.21 0 0.42 0.16
HSL 89.67º 0.53% 0.66% -
HSV(B) 89.67º 0.42% 0.84% -
XYZ 44.52 58.6 28.03 -
YUV 191.17 90.09 112.9 -
System Red Green Blue C M Y K H S L
Decimal 170 215 124 0.21 0 0.42 0.16 89.67 0.53 0.66
Hex AA D7 7C 15 0 2A 10 5A 35 42
Octal 252 327 174 25 0 52 20 132 65 102
Binary 10101010 11010111 1111100 10101 0 101010 10000 1011010 110101 1000010

Color Harmonies of #AAD77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD77C

Black with #AAD77C

Text Example


Text Example

White with #AAD77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD77C; }

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

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

background-color css

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

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

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

border-color css

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

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

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