Html Css Color HEX #AAF671 Feijoa

📋 copy color: '#AAF671'

red 170 ◦ green 246 ◦ blue 113

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

Shades of Feijoa #AAF671

Tints of Feijoa #AAF671

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.5%

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

R = 32.14%
G = 46.5%
B = 21.36%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#AAF671 (or 0xAAF671) is known color: Feijoa. HEX triplet: AA, F6 and 71. RGB value is (170,246,113). Sum of RGB (Red+Green+Blue) = 170+246+113=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 246 (96.48% from 255 or 46.50% from 529); Blue value is 113 (44.53% from 255 or 21.36% from 529); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF671 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF671 is #55098E. Grayscale: #D0D0D0. Windows color (decimal): -5573007 or 7468714. OLE color: 7468714.

HSL color Cylindrical-coordinate representation of color #AAF671: hue angle of 94.29º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAF671 is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 246 113 -
CMYK 0.31 0 0.54 0.04
HSL 94.29º 0.88% 0.7% -
HSV(B) 94.29º 0.54% 0.96% -
XYZ 52.51 75.65 27.46 -
YUV 208.11 74.32 100.81 -
System Red Green Blue C M Y K H S L
Decimal 170 246 113 0.31 0 0.54 0.04 94.29 0.88 0.7
Hex AA F6 71 1F 0 36 4 5E 58 46
Octal 252 366 161 37 0 66 4 136 130 106
Binary 10101010 11110110 1110001 11111 0 110110 100 1011110 1011000 1000110

Color Harmonies of #AAF671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF671

Black with #AAF671

Text Example


Text Example

White with #AAF671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF671; }

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

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

background-color css

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

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

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

border-color css

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

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

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