Html Css Color HEX #AADD71 Feijoa

📋 copy color: '#AADD71'

red 170 ◦ green 221 ◦ blue 113

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

Shades of Feijoa #AADD71

Tints of Feijoa #AADD71

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.85%

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

R = 33.73%
G = 43.85%
B = 22.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#AADD71 (or 0xAADD71) is known color: Feijoa. HEX triplet: AA, DD and 71. RGB value is (170,221,113). Sum of RGB (Red+Green+Blue) = 170+221+113=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADD71 is #55228E. Grayscale: #C1C1C1. Windows color (decimal): -5579407 or 7462314. OLE color: 7462314.

HSL color Cylindrical-coordinate representation of color #AADD71: hue angle of 88.33º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AADD71 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 221 113 -
CMYK 0.23 0 0.49 0.13
HSL 88.33º 0.61% 0.65% -
HSV(B) 88.33º 0.49% 0.87% -
XYZ 45.41 61.45 25.09 -
YUV 193.44 82.6 111.28 -
System Red Green Blue C M Y K H S L
Decimal 170 221 113 0.23 0 0.49 0.13 88.33 0.61 0.65
Hex AA DD 71 17 0 31 D 58 3D 41
Octal 252 335 161 27 0 61 15 130 75 101
Binary 10101010 11011101 1110001 10111 0 110001 1101 1011000 111101 1000001

Color Harmonies of #AADD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD71

Black with #AADD71

Text Example


Text Example

White with #AADD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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