Html Css Color HEX #AAD671 Feijoa

📋 copy color: '#AAD671'

red 170 ◦ green 214 ◦ blue 113

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

Shades of Feijoa #AAD671

Tints of Feijoa #AAD671

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.06%

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

R = 34.21%
G = 43.06%
B = 22.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#AAD671 (or 0xAAD671) is known color: Feijoa. HEX triplet: AA, D6 and 71. RGB value is (170,214,113). Sum of RGB (Red+Green+Blue) = 170+214+113=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD671 is #55298E. Grayscale: #BDBDBD. Windows color (decimal): -5581199 or 7460522. OLE color: 7460522.

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

Color convert

RGB 170 214 113 -
CMYK 0.21 0 0.47 0.16
HSL 86.14º 0.55% 0.64% -
HSV(B) 86.14º 0.47% 0.84% -
XYZ 43.6 57.83 24.49 -
YUV 189.33 84.92 114.21 -
System Red Green Blue C M Y K H S L
Decimal 170 214 113 0.21 0 0.47 0.16 86.14 0.55 0.64
Hex AA D6 71 15 0 2F 10 56 37 40
Octal 252 326 161 25 0 57 20 126 67 100
Binary 10101010 11010110 1110001 10101 0 101111 10000 1010110 110111 1000000

Color Harmonies of #AAD671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD671

Black with #AAD671

Text Example


Text Example

White with #AAD671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD671; }

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

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

background-color css

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

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

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

border-color css

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

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

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