Html Css Color HEX #AAD871 Feijoa

📋 copy color: '#AAD871'

red 170 ◦ green 216 ◦ blue 113

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

Shades of Feijoa #AAD871

Tints of Feijoa #AAD871

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.29%

 BLUE value IS 113 (44.53% from 255) = 22.65%

R = 34.07%
G = 43.29%
B = 22.65%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#AAD871 (or 0xAAD871) is known color: Feijoa. HEX triplet: AA, D8 and 71. RGB value is (170,216,113). Sum of RGB (Red+Green+Blue) = 170+216+113=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD871 is #55278E. Grayscale: #BEBEBE. Windows color (decimal): -5580687 or 7461034. OLE color: 7461034.

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

Color convert

RGB 170 216 113 -
CMYK 0.21 0 0.48 0.15
HSL 86.8º 0.57% 0.65% -
HSV(B) 86.8º 0.48% 0.85% -
XYZ 44.11 58.85 24.66 -
YUV 190.5 84.26 113.38 -
System Red Green Blue C M Y K H S L
Decimal 170 216 113 0.21 0 0.48 0.15 86.8 0.57 0.65
Hex AA D8 71 15 0 30 F 57 39 41
Octal 252 330 161 25 0 60 17 127 71 101
Binary 10101010 11011000 1110001 10101 0 110000 1111 1010111 111001 1000001

Color Harmonies of #AAD871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD871

Black with #AAD871

Text Example


Text Example

White with #AAD871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD871; }

 p { color: rgb(170,216,113); }

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

background-color css

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

 a { background-color: rgb(170,216,113); }

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

border-color css

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

 span { border-color: rgb(170,216,113); }

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